diff options
author | Christopher Faylor <me@cgf.cx> | 2005-05-29 02:26:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-05-29 02:26:29 +0000 |
commit | 37b01058e74d4a94febd6267ea66e0d1ad8495b6 (patch) | |
tree | a24abfebf4f8ab89ece865f73beac7cb9e92e0e2 /winsup | |
parent | 5c0a13d4868113faa4d9ac4997b724844eb5a144 (diff) | |
download | cygnal-37b01058e74d4a94febd6267ea66e0d1ad8495b6.tar.gz cygnal-37b01058e74d4a94febd6267ea66e0d1ad8495b6.tar.bz2 cygnal-37b01058e74d4a94febd6267ea66e0d1ad8495b6.zip |
* cygwin.din: Remove signal front end from pthread_[gs]etspecific.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/cygwin.din | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d172fa074..7bf04f502 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 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. 2005-05-28 Christopher Faylor <cgf@timesys.com> diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index bdb8116a7..30b6d2343 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -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 |