diff options
Diffstat (limited to 'newlib/libc/unix/sigset.c')
-rw-r--r-- | newlib/libc/unix/sigset.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/unix/sigset.c b/newlib/libc/unix/sigset.c index 867fb94c3..186134956 100644 --- a/newlib/libc/unix/sigset.c +++ b/newlib/libc/unix/sigset.c @@ -1,3 +1,5 @@ +#ifndef _NO_SIGSET + #include <signal.h> #include <errno.h> @@ -62,3 +64,4 @@ sigismember (const sigset_t * set, int signo) } #endif /* SIG_SETMASK */ +#endif /* _NO_SIGSET */ |