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:
Samuel Thibault 2018-01-28 19:36:29 +01:00
parent a902a0866a
commit 625ba81ef5
2 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -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. */