hurd: fix warning

* sysdeps/generic/sigset-cvt-mask.h: Include <sigsetops.h>.
This commit is contained in:
Samuel Thibault 2018-01-27 16:45:55 +01:00
parent b29848b99b
commit 4f66dc2390
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
* sysdeps/generic/not-cancel.h: Include <fcntl.h>, <unistd.h>,
<sys/wait.h>, <time.h>, <sys/uio.h>.
(NOT_CANCEL_H): Add inclusion guard.
* sysdeps/generic/sigset-cvt-mask.h: Include <sigsetops.h>.
2018-01-27 James Clarke <jrtc27@jrtc27.com>

View File

@ -20,6 +20,8 @@
/* Convert between an old-style 32-bit signal mask and a POSIX sigset_t. */
#include <sigsetops.h>
/* Perform *SET = MASK. Unused bits of *SET are set to 0.
Returns zero for success or -1 for errors (from sigaddset/sigemptyset). */
static inline int __attribute__ ((unused))