]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Include <sigsetops.h> from hurd/hurd/signal.h
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 28 Jan 2018 18:36:29 +0000 (19:36 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 28 Jan 2018 18:36:49 +0000 (19:36 +0100)
* hurd/hurd/signal.h [__USE_EXTERN_INLINES][_LIBC][IS_IN(libc) ||
IS_IN(libpthread)]: Include <sigsetops.h>.

ChangeLog
hurd/hurd/signal.h

index 59fc5f950d93e53935cfbaeb2121daf01564a4e1..9a9c1fdd385fa512830e171598fa16a4087e02f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 1d9c7d8cd725e63c090b6a3a1be8a39f64885621..5ee95acd091bf49e29f2105007d7d40f802ccd01 100644 (file)
 #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.  */