From 1ae71a66576028eddf532c574c77e12c193eeebc Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 21 Apr 2022 19:11:41 -0400 Subject: add prototypes for stdatomic --- src/stdatomic/ATOMIC_FLAG_INIT.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/stdatomic/ATOMIC_FLAG_INIT.h (limited to 'src/stdatomic/ATOMIC_FLAG_INIT.h') diff --git a/src/stdatomic/ATOMIC_FLAG_INIT.h b/src/stdatomic/ATOMIC_FLAG_INIT.h new file mode 100644 index 00000000..322c3720 --- /dev/null +++ b/src/stdatomic/ATOMIC_FLAG_INIT.h @@ -0,0 +1 @@ +#define ATOMIC_FLAG_INIT (0) -- cgit v1.2.1