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