summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index fffbcde..2b7fa7d 100644
--- a/misc.c
+++ b/misc.c
@@ -265,7 +265,7 @@ pthread_getconcurrency(void)
}
-static int
+static INLINE int
ptw32_cancelable_wait (HANDLE waitHandle, DWORD timeout)
/*
* -------------------------------------------------------------------