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