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_ulong.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/stdatomic/atomic_ulong.c (limited to 'src/stdatomic/atomic_ulong.c') diff --git a/src/stdatomic/atomic_ulong.c b/src/stdatomic/atomic_ulong.c new file mode 100644 index 00000000..286192e3 --- /dev/null +++ b/src/stdatomic/atomic_ulong.c @@ -0,0 +1 @@ +typedef _Atomic unsigned long atomic_ulong; -- cgit v1.2.1