From 9cde3320244495be1a5aa0d973f42bb23da9c8a1 Mon Sep 17 00:00:00 2001 From: das Date: Fri, 17 Apr 2009 14:19:18 +0000 Subject: 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. --- include/signal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/signal.h b/include/signal.h index 7ad494d..fdb4b3e 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); -- cgit v1.1