summaryrefslogtreecommitdiff
path: root/src/stdatomic/atomic_flag_test_and_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdatomic/atomic_flag_test_and_set.c')
-rw-r--r--src/stdatomic/atomic_flag_test_and_set.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_flag_test_and_set.c b/src/stdatomic/atomic_flag_test_and_set.c
index 345e280f..b107d68c 100644
--- a/src/stdatomic/atomic_flag_test_and_set.c
+++ b/src/stdatomic/atomic_flag_test_and_set.c
@@ -11,3 +11,7 @@ _Bool atomic_flag_test_and_set(volatile atomic_flag *object)
#endif
+
+/*
+STDC(201112)
+*/