diff options
Diffstat (limited to 'src/threads/cnd_destroy.c')
-rw-r--r-- | src/threads/cnd_destroy.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/threads/cnd_destroy.c b/src/threads/cnd_destroy.c index ca723dac..9153cab4 100644 --- a/src/threads/cnd_destroy.c +++ b/src/threads/cnd_destroy.c @@ -1,3 +1,5 @@ +#if 0 + #include <threads.h> #include <pthread.h> @@ -9,3 +11,6 @@ void cnd_destroy(cnd_t *cond) /* STDC(201112) */ + + +#endif |