aboutsummaryrefslogtreecommitdiff
path: root/include/signal.h
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2009-04-17 14:19:18 +0000
committerDavid Schultz <das@FreeBSD.org>2009-04-17 14:19:18 +0000
commit1068c8150a7a67809211c52fc4c02b2527d80f50 (patch)
treef88a8212c47aba0a503d177708d20055de64b234 /include/signal.h
parent842f11bef600fdb5f7088e2fd4106edd5a19211b (diff)
downloadsrc-1068c8150a7a67809211c52fc4c02b2527d80f50.tar.gz
src-1068c8150a7a67809211c52fc4c02b2527d80f50.zip
Revert r190943, since the problem in ports seems to be fixed now.
It's amazing how a well-placed eyesore generates more motivation in a day than email generates in three weeks.
Notes
Notes: svn path=/head/; revision=191202
Diffstat (limited to 'include/signal.h')
-rw-r--r--include/signal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/signal.h b/include/signal.h
index 7ad494d41adf..fdb4b3ed6d09 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -72,10 +72,8 @@ int raise(int);
#if __POSIX_VISIBLE || __XSI_VISIBLE
int kill(__pid_t, int);
-#ifndef _PTH_PTHREAD_H_ /* XXX kludge to work around GNU Pth brokenness */
int pthread_kill(__pthread_t, int);
int pthread_sigmask(int, const __sigset_t *, __sigset_t *);
-#endif
int sigaction(int, const struct sigaction * __restrict,
struct sigaction * __restrict);
int sigaddset(sigset_t *, int);