summaryrefslogtreecommitdiffstats
path: root/include/signal.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-10-14 13:12:27 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-10-14 13:12:27 +0000
commitb2239de8d72e6a8accaafd085fc54d21fc0f3522 (patch)
tree37cd6b056f0d9d351c11ed08150ee5f1a043f588 /include/signal.h
parent48bf274cecb555d0b2df97545891f0753dd7ddea (diff)
downloadFreeBSD-src-b2239de8d72e6a8accaafd085fc54d21fc0f3522.zip
FreeBSD-src-b2239de8d72e6a8accaafd085fc54d21fc0f3522.tar.gz
Add sigqueue function prototype.
Diffstat (limited to 'include/signal.h')
-rw-r--r--include/signal.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/include/signal.h b/include/signal.h
index e869e1d..9683981 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -77,15 +77,8 @@ int sigwait(const sigset_t * __restrict, int * __restrict);
#endif
#if __POSIX_VISIBLE >= 199506 || __XSI_VISIBLE >= 600
-#if 0
-/*
- * PR: 35924
- * XXX we don't actually have these. We set _POSIX_REALTIME_SIGNALS to
- * -1 to show that we don't have them, but this symbol is not necessarily
- * in scope (in the current implementation), so we can't use it here.
- */
-int sigqueue(__pid_t, int, const union sigval);
-#endif
+int sigqueue(pid_t, int, const union sigval);
+
struct timespec;
int sigtimedwait(const sigset_t * __restrict, siginfo_t * __restrict,
const struct timespec * __restrict);
OpenPOWER on IntegriCloud