This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.11-108-g75eb41b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  75eb41b42e924f7680a3c4afe2516ac8cc5523aa (commit)
      from  e531ede5aff20b04937bd52763dd9294983dbfdd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=75eb41b42e924f7680a3c4afe2516ac8cc5523aa

commit 75eb41b42e924f7680a3c4afe2516ac8cc5523aa
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Mon Jan 11 20:12:53 2010 -0800

    Fix time.h POSIX test.

diff --git a/ChangeLog b/ChangeLog
index 02d83df..0fc86f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* conform/data/time.h-data: Fix POSIX tests.
+
 	* conform/data/wchar.h-data: Fix up XPG7 tests.
 
 	* include/features.h: Fix __USE_ISOC95 handling.
diff --git a/conform/data/time.h-data b/conform/data/time.h-data
index 631cb76..c07fe1d 100644
--- a/conform/data/time.h-data
+++ b/conform/data/time.h-data
@@ -44,7 +44,9 @@ type locale_t
 tag {struct sigevent}
 #endif
 
+#if !defined POSIX && !defined POSIX2008
 variable int getdate_err
+#endif
 
 function {char*} asctime (const struct tm*)
 function {char*} asctime_r (const struct tm*, char*)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |    2 ++
 conform/data/time.h-data |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]