From b8c8fa178681ad7596e5d4217735e7ec948dc7a7 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 19 Mar 2001 22:48:26 +0000 Subject: * 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. --- winsup/cygwin/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/thread.h') 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: -- cgit v1.2.3