summaryrefslogtreecommitdiff
path: root/condvar.c
diff options
context:
space:
mode:
Diffstat (limited to 'condvar.c')
-rw-r--r--condvar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/condvar.c b/condvar.c
index 1f2de22..55f0960 100644
--- a/condvar.c
+++ b/condvar.c
@@ -807,7 +807,7 @@ ptw32_cond_wait_cleanup(void * args)
} /* ptw32_cond_wait_cleanup */
-static int
+static INLINE int
ptw32_cond_timedwait (pthread_cond_t * cond,
pthread_mutex_t * mutex,
const struct timespec *abstime)
@@ -912,7 +912,7 @@ ptw32_cond_timedwait (pthread_cond_t * cond,
} /* ptw32_cond_timedwait */
-static int
+static INLINE int
ptw32_cond_unblock (pthread_cond_t * cond,
int unblockAll)
/*