mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
9649350d2e
As shown by conform/ tests once the remaining namespace issues are fixed, the tile bits/sigaction.h fails to declare SA_RESETHAND, SA_RESTART and SA_NODEFER for non-XSI POSIX.1:2008 as other versions do. Those constants were moved from XSI to Base in the 2008 edition of POSIX. This patch fixes the conditions to match other versions of this header. Tested (compilation only) for tilegx-linux-gnu with build-many-glibcs.py. [BZ #21622] * sysdeps/unix/sysv/linux/tile/bits/sigaction.h (SA_RESTART): Define for [__USE_UNIX98 || __USE_XOPEN2K8], not [__USE_UNIX98 || __USE_MISC]. (SA_NODEFER): Likewise. (SA_RESETHAND): Likewise. |
||
---|---|---|
.. | ||
bits | ||
sys | ||
tilegx | ||
tilepro | ||
arch-fork.h | ||
cacheflush.c | ||
clone.S | ||
dl-static.c | ||
getcontext.S | ||
Implies | ||
init-first.c | ||
ipc_priv.h | ||
kernel-features.h | ||
ldsodefs.h | ||
libc-vdso.h | ||
makecontext.c | ||
Makefile | ||
profil-counter.h | ||
pt-vfork.c | ||
set_dataplane.c | ||
setcontext.S | ||
shlib-versions | ||
sigcontextinfo.h | ||
swapcontext.S | ||
syscall.S | ||
sysconf.c | ||
sysdep-cancel.h | ||
sysdep.c | ||
sysdep.h | ||
ucontext_i.h | ||
Versions | ||
vfork.S |