Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-03-20 01:48:26 +0300
committerChristopher Faylor <me@cgf.cx>2001-03-20 01:48:26 +0300
commitb8c8fa178681ad7596e5d4217735e7ec948dc7a7 (patch)
tree3e0dbe9d695d7b5b5ab5df1823b107d72f26b9a7 /winsup/cygwin/thread.h
parent78ace8a7e5103099f20423acbc6d03c1b5d53fdd (diff)
* 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.h2
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: