summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pthread.h b/pthread.h
index b657ed5..d3fdb8a 100644
--- a/pthread.h
+++ b/pthread.h
@@ -261,9 +261,11 @@ int pthread_key_delete(pthread_key_t key);
/* Signal handling. */
+#if HAVE_SIGSET_T
int pthread_sigmask(int how,
const sigset_t *set,
sigset_t *oset);
+#endif /* HAVE_SIGSET_T */
/* Thread cancelation functions. */