mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 23:40:22 +00:00
3fdc131c26
On s390 the following tests are failing due to unkown types time_t, pid_t: FAIL: conform/UNIX98/sys/sem.h/conform FAIL: conform/XOPEN2K/sys/sem.h/conform FAIL: conform/XOPEN2K8/sys/sem.h/conform FAIL: conform/XPG3/sys/sem.h/conform FAIL: conform/XPG4/sys/sem.h/conform This patch changes the s390 specific sem.h and includes sys/types.h instead of bits/types.h. All other archs include sys/types.h, too. Including bits/wordsize.h is obselete, because it is already inlcuded in sys/types.h -> bits/types.h. ChangeLog: * sysdeps/unix/sysv/linux/s390/bits/sem.h: Include sys/types.h instead of bits/types.h. Remove inclusion of bits/wordsize.h. |
||
---|---|---|
.. | ||
elfclass.h | ||
environments.h | ||
fcntl.h | ||
hwcap.h | ||
ipc.h | ||
mman.h | ||
msq.h | ||
sem.h | ||
shm.h | ||
sigaction.h | ||
siginfo.h | ||
stat.h | ||
statfs.h | ||
typesizes.h | ||
utmp.h | ||
utmpx.h |