Fix time.h POSIX test.
authorUlrich Drepper <drepper@redhat.com>
Tue, 12 Jan 2010 04:12:53 +0000 (20:12 -0800)
committerUlrich Drepper <drepper@redhat.com>
Tue, 12 Jan 2010 04:12:53 +0000 (20:12 -0800)
ChangeLog
conform/data/time.h-data

index 02d83df..0fc86f1 100644 (file)
--- 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.
index 631cb76..c07fe1d 100644 (file)
@@ -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*)