* libc/include/sys/signal.h: Revert 2002-01-23 change.
This commit is contained in:
@ -158,7 +158,7 @@ int _EXFUN(sigpending, (sigset_t *));
|
||||
int _EXFUN(sigsuspend, (const sigset_t *));
|
||||
int _EXFUN(sigpause, (int));
|
||||
|
||||
#if defined(_POSIX_THREADS) && !defined(__CYGWIN__)
|
||||
#if defined(_POSIX_THREADS)
|
||||
int _EXFUN(pthread_kill, (pthread_t thread, int sig));
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user