diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2003-03-31 23:30:41 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2003-03-31 23:30:41 +0000 |
| commit | a447cd8b287c5c3557278ece86822d2db4d71768 (patch) | |
| tree | f1fa75c8ce86783171186b3c3c3e7ffc669e2283 /include | |
| parent | da4898b1d724eeea484f2e1f85d4db5a4ba7f956 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/signal.h b/include/signal.h index 572cad58949e..e869e1dd0521 100644 --- a/include/signal.h +++ b/include/signal.h @@ -85,12 +85,12 @@ int sigwait(const sigset_t * __restrict, int * __restrict); * in scope (in the current implementation), so we can't use it here. */ int sigqueue(__pid_t, int, const union sigval); +#endif struct timespec; int sigtimedwait(const sigset_t * __restrict, siginfo_t * __restrict, const struct timespec * __restrict); int sigwaitinfo(const sigset_t * __restrict, siginfo_t * __restrict); #endif -#endif #if __XSI_VISIBLE int killpg(__pid_t, int); |
