diff options
Diffstat (limited to 'src/stdatomic/atomic_flag.c')
| -rw-r--r-- | src/stdatomic/atomic_flag.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_flag.c b/src/stdatomic/atomic_flag.c index a48580a1..20f22d55 100644 --- a/src/stdatomic/atomic_flag.c +++ b/src/stdatomic/atomic_flag.c @@ -5,3 +5,7 @@ typedef _Atomic _Bool #endif + +/* +STDC(201112) +*/ |
