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_uintmax_t.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/stdatomic/atomic_uintmax_t.h (limited to 'src/stdatomic/atomic_uintmax_t.h') diff --git a/src/stdatomic/atomic_uintmax_t.h b/src/stdatomic/atomic_uintmax_t.h new file mode 100644 index 00000000..8bfb8441 --- /dev/null +++ b/src/stdatomic/atomic_uintmax_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uintmax_t atomic_uintmax_t; + + +#endif -- cgit v1.2.1