diff options
author | Christopher Faylor <me@cgf.cx> | 2001-03-19 22:48:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-03-19 22:48:26 +0000 |
commit | b8c8fa178681ad7596e5d4217735e7ec948dc7a7 (patch) | |
tree | 3e0dbe9d695d7b5b5ab5df1823b107d72f26b9a7 /winsup/cygwin/thread.h | |
parent | 78ace8a7e5103099f20423acbc6d03c1b5d53fdd (diff) | |
download | cygnal-b8c8fa178681ad7596e5d4217735e7ec948dc7a7.tar.gz cygnal-b8c8fa178681ad7596e5d4217735e7ec948dc7a7.tar.bz2 cygnal-b8c8fa178681ad7596e5d4217735e7ec948dc7a7.zip |
* exceptions.cc (interruptible): Update debugging output.
(setup_handler): Ensure that wait_sig loop wakes up when we punt on sending a
signal.
* poll.cc (poll): Add signal guard here.
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r-- | winsup/cygwin/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h index d7a298514..18cb3c304 100644 --- a/winsup/cygwin/thread.h +++ b/winsup/cygwin/thread.h @@ -238,7 +238,7 @@ public: SemaphoreItem *GetSemaphore (sem_t * t); // Condition functions - CondItem *CreateCond (pthread_cond_t *, const pthread_condattr_t *); + CondItem *CreateCond (pthread_cond_t *, const pthread_condattr_t *); CondItem *GetCond (pthread_cond_t *); private: |