diff options
Diffstat (limited to 'src/threads/once_flag.h')
| -rw-r--r-- | src/threads/once_flag.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/threads/once_flag.h b/src/threads/once_flag.h new file mode 100644 index 00000000..7fee57a4 --- /dev/null +++ b/src/threads/once_flag.h @@ -0,0 +1,10 @@ +#if 0 + +typedef /* same as pthread_once_t */ once_flag; + +/* +STDC(201112) +*/ + + +#endif |
