Fix time.h POSIX test.

This commit is contained in:
Ulrich Drepper 2010-01-11 20:12:53 -08:00
parent e531ede5af
commit 75eb41b42e
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View 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*)