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