* cygwin.din: Remove signal front end from pthread_[gs]etspecific.

This commit is contained in:
Christopher Faylor 2005-05-29 02:26:29 +00:00
parent 5c0a13d486
commit 37b01058e7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-05-28 Christopher Faylor <cgf@timesys.com>
* cygwin.din: Remove signal front end from pthread_[gs]etspecific.
2005-05-28 Christopher Faylor <cgf@timesys.com>
* fhandler_tty.cc (fhandler_tty_slave:tcflush): Use signed comparison.

View File

@ -1025,7 +1025,7 @@ pthread_exit SIGFE
pthread_getconcurrency SIGFE
pthread_getschedparam SIGFE
pthread_getsequence_np SIGFE
pthread_getspecific SIGFE
pthread_getspecific NOSIGFE
pthread_join SIGFE
pthread_key_create SIGFE
pthread_key_delete SIGFE
@ -1064,7 +1064,7 @@ pthread_setcancelstate SIGFE
pthread_setcanceltype SIGFE
pthread_setconcurrency SIGFE
pthread_setschedparam SIGFE
pthread_setspecific SIGFE
pthread_setspecific NOSIGFE
pthread_sigmask SIGFE
pthread_suspend SIGFE
pthread_testcancel SIGFE