From 82e8594087c93c84f27ad4508520db82289bb8fe Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 15:33:21 -0500 Subject: update standards and safety checks --- src/threads/once_flag.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/threads/once_flag.h (limited to 'src/threads/once_flag.h') diff --git a/src/threads/once_flag.h b/src/threads/once_flag.h new file mode 100644 index 00000000..7fee57a4 --- /dev/null +++ b/src/threads/once_flag.h @@ -0,0 +1,10 @@ +#if 0 + +typedef /* same as pthread_once_t */ once_flag; + +/* +STDC(201112) +*/ + + +#endif -- cgit v1.2.1