summaryrefslogtreecommitdiff
path: root/src/threads/ONCE_FLAG_INIT.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/ONCE_FLAG_INIT.h')
-rw-r--r--src/threads/ONCE_FLAG_INIT.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/ONCE_FLAG_INIT.h b/src/threads/ONCE_FLAG_INIT.h
new file mode 100644
index 00000000..66a81242
--- /dev/null
+++ b/src/threads/ONCE_FLAG_INIT.h
@@ -0,0 +1,4 @@
+#define ONCE_FLAG_INIT /* same as PTHREAD_ONCE_INIT */
+/*
+STDC(201112)
+*/