mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Fix time.h POSIX test.
This commit is contained in:
parent
e531ede5af
commit
75eb41b42e
@ -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.
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user