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