* libc/include/sys/signal.h: Revert 2002-01-23 change.
This commit is contained in:
parent
dfb4c34707
commit
8d3455521a
|
@ -1,3 +1,7 @@
|
|||
2002-01-24 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||
|
||||
* libc/include/sys/signal.h: Revert 2002-01-23 change.
|
||||
|
||||
2002-01-23 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||
|
||||
* libc/include/sys/signal.h: Remove pthread_kill declaration
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue