mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
conformtest: Correct time.h XPG3 expectations.
This patch corrects spurious conformtest expectations of getdate and getdate_err for XPG3. (This is not based on a full review of the expectations, so there may be other issues where the header and tests agree but are both incorrect.) Tested for x86_64 and x86. * conform/data/time.h-data (getdate_err): Do not expect for [XPG3]. (getdate): Likewise. * conform/Makefile (test-xfail-XPG3/time.h/conform): Remove variable.
This commit is contained in:
@@ -72,7 +72,7 @@ type locale_t
|
||||
tag {struct sigevent}
|
||||
# endif
|
||||
|
||||
# if !defined POSIX && !defined POSIX2008
|
||||
# if !defined XPG3 && !defined POSIX && !defined POSIX2008
|
||||
variable int getdate_err
|
||||
# endif
|
||||
|
||||
@@ -91,7 +91,7 @@ function int clock_nanosleep (clockid_t, int, const struct timespec*, struct tim
|
||||
function int clock_settime (clockid_t, const struct timespec*)
|
||||
#endif
|
||||
function {char*} ctime_r (const time_t*, char*)
|
||||
# if !defined POSIX && !defined POSIX2008
|
||||
# if !defined XPG3 && !defined POSIX && !defined POSIX2008
|
||||
function {struct tm*} getdate (const char*)
|
||||
# endif
|
||||
function {struct tm*} gmtime_r (const time_t*, struct tm*)
|
||||
|
Reference in New Issue
Block a user