summaryrefslogtreecommitdiff
path: root/src/threads/once_flag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/once_flag.c')
-rw-r--r--src/threads/once_flag.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/threads/once_flag.c b/src/threads/once_flag.c
index 16b64509..7fee57a4 100644
--- a/src/threads/once_flag.c
+++ b/src/threads/once_flag.c
@@ -1,5 +1,10 @@
+#if 0
+
typedef /* same as pthread_once_t */ once_flag;
/*
STDC(201112)
*/
+
+
+#endif