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