diff options
Diffstat (limited to 'src/threads/once_flag.c')
| -rw-r--r-- | src/threads/once_flag.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/once_flag.c b/src/threads/once_flag.c index 989bb1a7..16b64509 100644 --- a/src/threads/once_flag.c +++ b/src/threads/once_flag.c @@ -1 +1,5 @@ typedef /* same as pthread_once_t */ once_flag; + +/* +STDC(201112) +*/ |
