From bafccb2f57ac1a1852be2d6aafe33cf02d1630c1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 15:45:38 -0500 Subject: update dependencies --- src/stdatomic/atomic_ullong.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/stdatomic/atomic_ullong.h (limited to 'src/stdatomic/atomic_ullong.h') diff --git a/src/stdatomic/atomic_ullong.h b/src/stdatomic/atomic_ullong.h new file mode 100644 index 00000000..20603e0b --- /dev/null +++ b/src/stdatomic/atomic_ullong.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic unsigned long long atomic_ullong; + + +#endif -- cgit v1.2.1