diff options
Diffstat (limited to 'src/threads/cnd_timedwait.c')
-rw-r--r-- | src/threads/cnd_timedwait.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/threads/cnd_timedwait.c b/src/threads/cnd_timedwait.c index ebd822f0..0086f2c0 100644 --- a/src/threads/cnd_timedwait.c +++ b/src/threads/cnd_timedwait.c @@ -1,3 +1,5 @@ +#if 0 + #include <threads.h> #include <pthread.h> #include <errno.h> @@ -21,3 +23,6 @@ int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timesp /* STDC(201112) */ + + +#endif |