mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
hurd: Include <sigsetops.h> from hurd/hurd/signal.h
* hurd/hurd/signal.h [__USE_EXTERN_INLINES][_LIBC][IS_IN(libc) || IS_IN(libpthread)]: Include <sigsetops.h>.
This commit is contained in:
parent
a902a0866a
commit
625ba81ef5
@ -94,6 +94,8 @@
|
||||
_POSIX_NO_TRUNC): Define to 0.
|
||||
* sysdeps/pthread/allocalim.h [!defined PTHREAD_STACK_MIN]: Do not
|
||||
check size against PTHREAD_STACK_MIN.
|
||||
* hurd/hurd/signal.h [__USE_EXTERN_INLINES][_LIBC][IS_IN(libc) ||
|
||||
IS_IN(libpthread)]: Include <sigsetops.h>.
|
||||
|
||||
2008-12-18 Thomas Schwinge <tschwinge@gnu.org>
|
||||
|
||||
|
@ -42,6 +42,11 @@
|
||||
#include <spin-lock.h>
|
||||
#include <hurd/threadvar.h> /* We cache sigstate in a threadvar. */
|
||||
struct hurd_signal_preemptor; /* <hurd/sigpreempt.h> */
|
||||
#if defined __USE_EXTERN_INLINES && defined _LIBC
|
||||
# if IS_IN (libc) || IS_IN (libpthread)
|
||||
# include <sigsetops.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
/* Full details of a signal. */
|
||||
|
Loading…
Reference in New Issue
Block a user