diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | conform/data/time.h-data | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 02d83df43c..0fc86f1fb6 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 631cb76a1e..c07fe1dc3b 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*) |