diff options
Diffstat (limited to 'winsup/cygwin/pthread.cc')
-rw-r--r-- | winsup/cygwin/pthread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pthread.cc b/winsup/cygwin/pthread.cc index c63c1b8ac..7f12686e7 100644 --- a/winsup/cygwin/pthread.cc +++ b/winsup/cygwin/pthread.cc @@ -185,7 +185,7 @@ sem_timedwait (sem_t * sem, const struct timespec *abstime) } int -sem_post (sem_t * sem) +sem_post (sem_t *sem) { return semaphore::post (sem); } |