mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
a75d3b0288
Continuing the series of patches to clean up conformtest expectations for "POSIX" (1995/6) based on review of the expectations against the standard, this patch cleans up expectations for sys/utsname.h and sys/wait.h. Tested x86_64; a new XFAIL for sys/wait.h is added. * conform/data/sys/utsname.h-data (*_t): Allow. * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define. [POSIX] (WEXITED): Do not expect constant. [POSIX] (WSTOPPED): Likewise. [POSIX] (WNOHANG): Likewise. [POSIX] (WNOWAIT): Likewise. [POSIX] (siginfo_t): Do not expect type or elements. [POSIX] (pid_t): Do not expect type. [POSIX] (signal.h): Do not allow header. [POSIX] (sys/resource.h): Likewise. [POSIX] (si_*): Do not allow pattern. [POSIX] (W*): Likewise. [POSIX] (P_*): Likewise. [POSIX] (BUS_*): Likewise. [POSIX] (CLD_*): Likewise. [POSIX] (FPE_*): Likewise. [POSIX] (ILL_*): Likewise. [POSIX] (POLL_*): Likewise. [POSIX] (SEGV_*): Likewise. [POSIX] (SI_*): Likewise. [POSIX] (TRAP_*): Likewise. * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New variable.
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
#if !defined ISO && !defined ISO99 && !defined ISO11
|
|
type {struct utsname}
|
|
|
|
element {struct utsname} char sysname []
|
|
element {struct utsname} char nodename []
|
|
element {struct utsname} char release []
|
|
element {struct utsname} char version []
|
|
element {struct utsname} char machine []
|
|
|
|
function int uname (struct utsname *)
|
|
allow *_t
|
|
#endif
|