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_BOOL_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_BOOL_LOCK_FREE.h | 6 +++++ src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.h | 6 +++++ src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.h | 6 +++++ src/stdatomic/ATOMIC_CHAR_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_CHAR_LOCK_FREE.h | 6 +++++ src/stdatomic/ATOMIC_INT_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_INT_LOCK_FREE.h | 6 +++++ src/stdatomic/ATOMIC_LLONG_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_LLONG_LOCK_FREE.h | 6 +++++ src/stdatomic/ATOMIC_LONG_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_LONG_LOCK_FREE.h | 6 +++++ src/stdatomic/ATOMIC_POINTER_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_POINTER_LOCK_FREE.h | 6 +++++ src/stdatomic/ATOMIC_SHORT_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_SHORT_LOCK_FREE.h | 6 +++++ src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.c | 6 ----- src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.h | 6 +++++ src/stdatomic/__types.sh | 37 ------------------------------- src/stdatomic/__types.txt | 37 ------------------------------- src/stdatomic/__types2defs.awk | 6 ----- src/stdatomic/atomic_bool.c | 6 ----- src/stdatomic/atomic_bool.h | 6 +++++ src/stdatomic/atomic_char.c | 6 ----- src/stdatomic/atomic_char.h | 6 +++++ src/stdatomic/atomic_char16_t.c | 6 ----- src/stdatomic/atomic_char16_t.h | 6 +++++ src/stdatomic/atomic_char32_t.c | 6 ----- src/stdatomic/atomic_char32_t.h | 6 +++++ src/stdatomic/atomic_int.c | 6 ----- src/stdatomic/atomic_int.h | 6 +++++ src/stdatomic/atomic_int_fast16_t.c | 6 ----- src/stdatomic/atomic_int_fast16_t.h | 6 +++++ src/stdatomic/atomic_int_fast32_t.c | 6 ----- src/stdatomic/atomic_int_fast32_t.h | 6 +++++ src/stdatomic/atomic_int_fast64_t.c | 6 ----- src/stdatomic/atomic_int_fast64_t.h | 6 +++++ src/stdatomic/atomic_int_fast8_t.c | 6 ----- src/stdatomic/atomic_int_fast8_t.h | 6 +++++ src/stdatomic/atomic_int_least16_t.c | 6 ----- src/stdatomic/atomic_int_least16_t.h | 6 +++++ src/stdatomic/atomic_int_least32_t.c | 6 ----- src/stdatomic/atomic_int_least32_t.h | 6 +++++ src/stdatomic/atomic_int_least64_t.c | 6 ----- src/stdatomic/atomic_int_least64_t.h | 6 +++++ src/stdatomic/atomic_int_least8_t.c | 6 ----- src/stdatomic/atomic_int_least8_t.h | 6 +++++ src/stdatomic/atomic_intmax_t.c | 6 ----- src/stdatomic/atomic_intmax_t.h | 6 +++++ src/stdatomic/atomic_intptr_t.c | 6 ----- src/stdatomic/atomic_intptr_t.h | 6 +++++ src/stdatomic/atomic_llong.c | 6 ----- src/stdatomic/atomic_llong.h | 6 +++++ src/stdatomic/atomic_long.c | 6 ----- src/stdatomic/atomic_long.h | 6 +++++ src/stdatomic/atomic_ptrdiff_t.c | 6 ----- src/stdatomic/atomic_ptrdiff_t.h | 6 +++++ src/stdatomic/atomic_schar.c | 6 ----- src/stdatomic/atomic_schar.h | 6 +++++ src/stdatomic/atomic_short.c | 6 ----- src/stdatomic/atomic_short.h | 6 +++++ src/stdatomic/atomic_size_t.c | 6 ----- src/stdatomic/atomic_size_t.h | 6 +++++ src/stdatomic/atomic_uchar.c | 6 ----- src/stdatomic/atomic_uchar.h | 6 +++++ src/stdatomic/atomic_uint.c | 6 ----- src/stdatomic/atomic_uint.h | 6 +++++ src/stdatomic/atomic_uint_fast16_t.c | 6 ----- src/stdatomic/atomic_uint_fast16_t.h | 6 +++++ src/stdatomic/atomic_uint_fast32_t.c | 6 ----- src/stdatomic/atomic_uint_fast32_t.h | 6 +++++ src/stdatomic/atomic_uint_fast64_t.c | 6 ----- src/stdatomic/atomic_uint_fast64_t.h | 6 +++++ src/stdatomic/atomic_uint_fast8_t.c | 6 ----- src/stdatomic/atomic_uint_fast8_t.h | 6 +++++ src/stdatomic/atomic_uint_least16_t.c | 6 ----- src/stdatomic/atomic_uint_least16_t.h | 6 +++++ src/stdatomic/atomic_uint_least32_t.c | 6 ----- src/stdatomic/atomic_uint_least32_t.h | 6 +++++ src/stdatomic/atomic_uint_least64_t.c | 6 ----- src/stdatomic/atomic_uint_least64_t.h | 6 +++++ src/stdatomic/atomic_uint_least8_t.c | 6 ----- src/stdatomic/atomic_uint_least8_t.h | 6 +++++ src/stdatomic/atomic_uintmax_t.c | 6 ----- src/stdatomic/atomic_uintmax_t.h | 6 +++++ src/stdatomic/atomic_uintptr_t.c | 6 ----- src/stdatomic/atomic_uintptr_t.h | 6 +++++ src/stdatomic/atomic_ullong.c | 6 ----- src/stdatomic/atomic_ullong.h | 6 +++++ src/stdatomic/atomic_ulong.c | 6 ----- src/stdatomic/atomic_ulong.h | 6 +++++ src/stdatomic/atomic_ushort.c | 6 ----- src/stdatomic/atomic_ushort.h | 6 +++++ src/stdatomic/atomic_wchar_t.c | 6 ----- src/stdatomic/atomic_wchar_t.h | 6 +++++ 97 files changed, 282 insertions(+), 362 deletions(-) delete mode 100644 src/stdatomic/ATOMIC_BOOL_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_BOOL_LOCK_FREE.h delete mode 100644 src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.h delete mode 100644 src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.h delete mode 100644 src/stdatomic/ATOMIC_CHAR_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_CHAR_LOCK_FREE.h delete mode 100644 src/stdatomic/ATOMIC_INT_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_INT_LOCK_FREE.h delete mode 100644 src/stdatomic/ATOMIC_LLONG_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_LLONG_LOCK_FREE.h delete mode 100644 src/stdatomic/ATOMIC_LONG_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_LONG_LOCK_FREE.h delete mode 100644 src/stdatomic/ATOMIC_POINTER_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_POINTER_LOCK_FREE.h delete mode 100644 src/stdatomic/ATOMIC_SHORT_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_SHORT_LOCK_FREE.h delete mode 100644 src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.c create mode 100644 src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.h delete mode 100644 src/stdatomic/__types.sh delete mode 100644 src/stdatomic/__types.txt delete mode 100644 src/stdatomic/__types2defs.awk delete mode 100644 src/stdatomic/atomic_bool.c create mode 100644 src/stdatomic/atomic_bool.h delete mode 100644 src/stdatomic/atomic_char.c create mode 100644 src/stdatomic/atomic_char.h delete mode 100644 src/stdatomic/atomic_char16_t.c create mode 100644 src/stdatomic/atomic_char16_t.h delete mode 100644 src/stdatomic/atomic_char32_t.c create mode 100644 src/stdatomic/atomic_char32_t.h delete mode 100644 src/stdatomic/atomic_int.c create mode 100644 src/stdatomic/atomic_int.h delete mode 100644 src/stdatomic/atomic_int_fast16_t.c create mode 100644 src/stdatomic/atomic_int_fast16_t.h delete mode 100644 src/stdatomic/atomic_int_fast32_t.c create mode 100644 src/stdatomic/atomic_int_fast32_t.h delete mode 100644 src/stdatomic/atomic_int_fast64_t.c create mode 100644 src/stdatomic/atomic_int_fast64_t.h delete mode 100644 src/stdatomic/atomic_int_fast8_t.c create mode 100644 src/stdatomic/atomic_int_fast8_t.h delete mode 100644 src/stdatomic/atomic_int_least16_t.c create mode 100644 src/stdatomic/atomic_int_least16_t.h delete mode 100644 src/stdatomic/atomic_int_least32_t.c create mode 100644 src/stdatomic/atomic_int_least32_t.h delete mode 100644 src/stdatomic/atomic_int_least64_t.c create mode 100644 src/stdatomic/atomic_int_least64_t.h delete mode 100644 src/stdatomic/atomic_int_least8_t.c create mode 100644 src/stdatomic/atomic_int_least8_t.h delete mode 100644 src/stdatomic/atomic_intmax_t.c create mode 100644 src/stdatomic/atomic_intmax_t.h delete mode 100644 src/stdatomic/atomic_intptr_t.c create mode 100644 src/stdatomic/atomic_intptr_t.h delete mode 100644 src/stdatomic/atomic_llong.c create mode 100644 src/stdatomic/atomic_llong.h delete mode 100644 src/stdatomic/atomic_long.c create mode 100644 src/stdatomic/atomic_long.h delete mode 100644 src/stdatomic/atomic_ptrdiff_t.c create mode 100644 src/stdatomic/atomic_ptrdiff_t.h delete mode 100644 src/stdatomic/atomic_schar.c create mode 100644 src/stdatomic/atomic_schar.h delete mode 100644 src/stdatomic/atomic_short.c create mode 100644 src/stdatomic/atomic_short.h delete mode 100644 src/stdatomic/atomic_size_t.c create mode 100644 src/stdatomic/atomic_size_t.h delete mode 100644 src/stdatomic/atomic_uchar.c create mode 100644 src/stdatomic/atomic_uchar.h delete mode 100644 src/stdatomic/atomic_uint.c create mode 100644 src/stdatomic/atomic_uint.h delete mode 100644 src/stdatomic/atomic_uint_fast16_t.c create mode 100644 src/stdatomic/atomic_uint_fast16_t.h delete mode 100644 src/stdatomic/atomic_uint_fast32_t.c create mode 100644 src/stdatomic/atomic_uint_fast32_t.h delete mode 100644 src/stdatomic/atomic_uint_fast64_t.c create mode 100644 src/stdatomic/atomic_uint_fast64_t.h delete mode 100644 src/stdatomic/atomic_uint_fast8_t.c create mode 100644 src/stdatomic/atomic_uint_fast8_t.h delete mode 100644 src/stdatomic/atomic_uint_least16_t.c create mode 100644 src/stdatomic/atomic_uint_least16_t.h delete mode 100644 src/stdatomic/atomic_uint_least32_t.c create mode 100644 src/stdatomic/atomic_uint_least32_t.h delete mode 100644 src/stdatomic/atomic_uint_least64_t.c create mode 100644 src/stdatomic/atomic_uint_least64_t.h delete mode 100644 src/stdatomic/atomic_uint_least8_t.c create mode 100644 src/stdatomic/atomic_uint_least8_t.h delete mode 100644 src/stdatomic/atomic_uintmax_t.c create mode 100644 src/stdatomic/atomic_uintmax_t.h delete mode 100644 src/stdatomic/atomic_uintptr_t.c create mode 100644 src/stdatomic/atomic_uintptr_t.h delete mode 100644 src/stdatomic/atomic_ullong.c create mode 100644 src/stdatomic/atomic_ullong.h delete mode 100644 src/stdatomic/atomic_ulong.c create mode 100644 src/stdatomic/atomic_ulong.h delete mode 100644 src/stdatomic/atomic_ushort.c create mode 100644 src/stdatomic/atomic_ushort.h delete mode 100644 src/stdatomic/atomic_wchar_t.c create mode 100644 src/stdatomic/atomic_wchar_t.h (limited to 'src/stdatomic') diff --git a/src/stdatomic/ATOMIC_BOOL_LOCK_FREE.c b/src/stdatomic/ATOMIC_BOOL_LOCK_FREE.c deleted file mode 100644 index 966534b2..00000000 --- a/src/stdatomic/ATOMIC_BOOL_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_BOOL_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_BOOL_LOCK_FREE.h b/src/stdatomic/ATOMIC_BOOL_LOCK_FREE.h new file mode 100644 index 00000000..966534b2 --- /dev/null +++ b/src/stdatomic/ATOMIC_BOOL_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_BOOL_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.c b/src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.c deleted file mode 100644 index 7e651e83..00000000 --- a/src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_CHAR_16_T_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.h b/src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.h new file mode 100644 index 00000000..7e651e83 --- /dev/null +++ b/src/stdatomic/ATOMIC_CHAR16_T_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_CHAR_16_T_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.c b/src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.c deleted file mode 100644 index 8b338429..00000000 --- a/src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_CHAR32_T_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.h b/src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.h new file mode 100644 index 00000000..8b338429 --- /dev/null +++ b/src/stdatomic/ATOMIC_CHAR32_T_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_CHAR32_T_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/ATOMIC_CHAR_LOCK_FREE.c b/src/stdatomic/ATOMIC_CHAR_LOCK_FREE.c deleted file mode 100644 index 6edf6eac..00000000 --- a/src/stdatomic/ATOMIC_CHAR_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_CHAR_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_CHAR_LOCK_FREE.h b/src/stdatomic/ATOMIC_CHAR_LOCK_FREE.h new file mode 100644 index 00000000..6edf6eac --- /dev/null +++ b/src/stdatomic/ATOMIC_CHAR_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_CHAR_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/ATOMIC_INT_LOCK_FREE.c b/src/stdatomic/ATOMIC_INT_LOCK_FREE.c deleted file mode 100644 index 2dc2c968..00000000 --- a/src/stdatomic/ATOMIC_INT_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_INT_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_INT_LOCK_FREE.h b/src/stdatomic/ATOMIC_INT_LOCK_FREE.h new file mode 100644 index 00000000..2dc2c968 --- /dev/null +++ b/src/stdatomic/ATOMIC_INT_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_INT_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/ATOMIC_LLONG_LOCK_FREE.c b/src/stdatomic/ATOMIC_LLONG_LOCK_FREE.c deleted file mode 100644 index f5d61400..00000000 --- a/src/stdatomic/ATOMIC_LLONG_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_LLONG_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_LLONG_LOCK_FREE.h b/src/stdatomic/ATOMIC_LLONG_LOCK_FREE.h new file mode 100644 index 00000000..f5d61400 --- /dev/null +++ b/src/stdatomic/ATOMIC_LLONG_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_LLONG_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/ATOMIC_LONG_LOCK_FREE.c b/src/stdatomic/ATOMIC_LONG_LOCK_FREE.c deleted file mode 100644 index b9493e80..00000000 --- a/src/stdatomic/ATOMIC_LONG_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_LONG_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_LONG_LOCK_FREE.h b/src/stdatomic/ATOMIC_LONG_LOCK_FREE.h new file mode 100644 index 00000000..b9493e80 --- /dev/null +++ b/src/stdatomic/ATOMIC_LONG_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_LONG_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/ATOMIC_POINTER_LOCK_FREE.c b/src/stdatomic/ATOMIC_POINTER_LOCK_FREE.c deleted file mode 100644 index 20cbd5df..00000000 --- a/src/stdatomic/ATOMIC_POINTER_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_POINTER_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_POINTER_LOCK_FREE.h b/src/stdatomic/ATOMIC_POINTER_LOCK_FREE.h new file mode 100644 index 00000000..20cbd5df --- /dev/null +++ b/src/stdatomic/ATOMIC_POINTER_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_POINTER_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/ATOMIC_SHORT_LOCK_FREE.c b/src/stdatomic/ATOMIC_SHORT_LOCK_FREE.c deleted file mode 100644 index b86db863..00000000 --- a/src/stdatomic/ATOMIC_SHORT_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_SHORT_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_SHORT_LOCK_FREE.h b/src/stdatomic/ATOMIC_SHORT_LOCK_FREE.h new file mode 100644 index 00000000..b86db863 --- /dev/null +++ b/src/stdatomic/ATOMIC_SHORT_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_SHORT_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.c b/src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.c deleted file mode 100644 index 8b0e3e3b..00000000 --- a/src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -#define ATOMIC_WCHAR_T_LOCK_FREE (1) - - -#endif diff --git a/src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.h b/src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.h new file mode 100644 index 00000000..8b0e3e3b --- /dev/null +++ b/src/stdatomic/ATOMIC_WCHAR_T_LOCK_FREE.h @@ -0,0 +1,6 @@ +#if 0 + +#define ATOMIC_WCHAR_T_LOCK_FREE (1) + + +#endif diff --git a/src/stdatomic/__types.sh b/src/stdatomic/__types.sh deleted file mode 100644 index 297e7a19..00000000 --- a/src/stdatomic/__types.sh +++ /dev/null @@ -1,37 +0,0 @@ -echo 'typedef _Atomic _Bool atomic_bool;' > atomic_bool.c -echo 'typedef _Atomic char atomic_char;' > atomic_char.c -echo 'typedef _Atomic signed char atomic_schar;' > atomic_schar.c -echo 'typedef _Atomic unsigned char atomic_uchar;' > atomic_uchar.c -echo 'typedef _Atomic short atomic_short;' > atomic_short.c -echo 'typedef _Atomic unsigned short atomic_ushort;' > atomic_ushort.c -echo 'typedef _Atomic int atomic_int;' > atomic_int.c -echo 'typedef _Atomic unsigned int atomic_uint;' > atomic_uint.c -echo 'typedef _Atomic long atomic_long;' > atomic_long.c -echo 'typedef _Atomic unsigned long atomic_ulong;' > atomic_ulong.c -echo 'typedef _Atomic llong atomic_llong;' > atomic_llong.c -echo 'typedef _Atomic unsigned long long atomic_ullong;' > atomic_ullong.c -echo 'typedef _Atomic char16_t atomic_char16_t;' > atomic_char16_t.c -echo 'typedef _Atomic char32_t atomic_char32_t;' > atomic_char32_t.c -echo 'typedef _Atomic wchar_t atomic_wchar_t;' > atomic_wchar_t.c -echo 'typedef _Atomic int_least8_t atomic_int_least8_t;' > atomic_int_least8_t.c -echo 'typedef _Atomic uint_least8_t atomic_uint_least8_t;' > atomic_uint_least8_t.c -echo 'typedef _Atomic int_least16_t atomic_int_least16_t;' > atomic_int_least16_t.c -echo 'typedef _Atomic uint_least16_t atomic_uint_least16_t;' > atomic_uint_least16_t.c -echo 'typedef _Atomic int_least32_t atomic_int_least32_t;' > atomic_int_least32_t.c -echo 'typedef _Atomic uint_least32_t atomic_uint_least32_t;' > atomic_uint_least32_t.c -echo 'typedef _Atomic int_least64_t atomic_int_least64_t;' > atomic_int_least64_t.c -echo 'typedef _Atomic uint_least64_t atomic_uint_least64_t;' > atomic_uint_least64_t.c -echo 'typedef _Atomic int_fast8_t atomic_int_fast8_t;' > atomic_int_fast8_t.c -echo 'typedef _Atomic uint_fast8_t atomic_uint_fast8_t;' > atomic_uint_fast8_t.c -echo 'typedef _Atomic int_fast16_t atomic_int_fast16_t;' > atomic_int_fast16_t.c -echo 'typedef _Atomic uint_fast16_t atomic_uint_fast16_t;' > atomic_uint_fast16_t.c -echo 'typedef _Atomic int_fast32_t atomic_int_fast32_t;' > atomic_int_fast32_t.c -echo 'typedef _Atomic uint_fast32_t atomic_uint_fast32_t;' > atomic_uint_fast32_t.c -echo 'typedef _Atomic int_fast64_t atomic_int_fast64_t;' > atomic_int_fast64_t.c -echo 'typedef _Atomic uint_fast64_t atomic_uint_fast64_t;' > atomic_uint_fast64_t.c -echo 'typedef _Atomic intptr_t atomic_intptr_t;' > atomic_intptr_t.c -echo 'typedef _Atomic uintptr_t atomic_uintptr_t;' > atomic_uintptr_t.c -echo 'typedef _Atomic size_t atomic_size_t;' > atomic_size_t.c -echo 'typedef _Atomic ptrdiff_t atomic_ptrdiff_t;' > atomic_ptrdiff_t.c -echo 'typedef _Atomic intmax_t atomic_intmax_t;' > atomic_intmax_t.c -echo 'typedef _Atomic uintmax_t atomic_uintmax_t;' > atomic_uintmax_t.c diff --git a/src/stdatomic/__types.txt b/src/stdatomic/__types.txt deleted file mode 100644 index a1bdb3b2..00000000 --- a/src/stdatomic/__types.txt +++ /dev/null @@ -1,37 +0,0 @@ -bool _Bool -char -schar signed char -uchar unsigned char -short -ushort unsigned short -int -uint unsigned int -long -ulong unsigned long -llong -ullong unsigned long long -char16_t -char32_t -wchar_t -int_least8_t -uint_least8_t -int_least16_t -uint_least16_t -int_least32_t -uint_least32_t -int_least64_t -uint_least64_t -int_fast8_t -uint_fast8_t -int_fast16_t -uint_fast16_t -int_fast32_t -uint_fast32_t -int_fast64_t -uint_fast64_t -intptr_t -uintptr_t -size_t -ptrdiff_t -intmax_t -uintmax_t diff --git a/src/stdatomic/__types2defs.awk b/src/stdatomic/__types2defs.awk deleted file mode 100644 index dab85e1e..00000000 --- a/src/stdatomic/__types2defs.awk +++ /dev/null @@ -1,6 +0,0 @@ -BEGIN { - FS = "\t"; -} - -NF == 2 { printf("echo 'typedef _Atomic %s atomic_%s;' > atomic_%s.c\n", $2, $1, $1); } -NF == 1 { printf("echo 'typedef _Atomic %s atomic_%s;' > atomic_%s.c\n", $1, $1, $1); } diff --git a/src/stdatomic/atomic_bool.c b/src/stdatomic/atomic_bool.c deleted file mode 100644 index 60c86680..00000000 --- a/src/stdatomic/atomic_bool.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic _Bool atomic_bool; - - -#endif diff --git a/src/stdatomic/atomic_bool.h b/src/stdatomic/atomic_bool.h new file mode 100644 index 00000000..60c86680 --- /dev/null +++ b/src/stdatomic/atomic_bool.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic _Bool atomic_bool; + + +#endif diff --git a/src/stdatomic/atomic_char.c b/src/stdatomic/atomic_char.c deleted file mode 100644 index 36b0ca0c..00000000 --- a/src/stdatomic/atomic_char.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic char atomic_char; - - -#endif diff --git a/src/stdatomic/atomic_char.h b/src/stdatomic/atomic_char.h new file mode 100644 index 00000000..36b0ca0c --- /dev/null +++ b/src/stdatomic/atomic_char.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic char atomic_char; + + +#endif diff --git a/src/stdatomic/atomic_char16_t.c b/src/stdatomic/atomic_char16_t.c deleted file mode 100644 index 2d6db114..00000000 --- a/src/stdatomic/atomic_char16_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic char16_t atomic_char16_t; - - -#endif diff --git a/src/stdatomic/atomic_char16_t.h b/src/stdatomic/atomic_char16_t.h new file mode 100644 index 00000000..2d6db114 --- /dev/null +++ b/src/stdatomic/atomic_char16_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic char16_t atomic_char16_t; + + +#endif diff --git a/src/stdatomic/atomic_char32_t.c b/src/stdatomic/atomic_char32_t.c deleted file mode 100644 index bc414da4..00000000 --- a/src/stdatomic/atomic_char32_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic char32_t atomic_char32_t; - - -#endif diff --git a/src/stdatomic/atomic_char32_t.h b/src/stdatomic/atomic_char32_t.h new file mode 100644 index 00000000..bc414da4 --- /dev/null +++ b/src/stdatomic/atomic_char32_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic char32_t atomic_char32_t; + + +#endif diff --git a/src/stdatomic/atomic_int.c b/src/stdatomic/atomic_int.c deleted file mode 100644 index 31508356..00000000 --- a/src/stdatomic/atomic_int.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic int atomic_int; - - -#endif diff --git a/src/stdatomic/atomic_int.h b/src/stdatomic/atomic_int.h new file mode 100644 index 00000000..31508356 --- /dev/null +++ b/src/stdatomic/atomic_int.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic int atomic_int; + + +#endif diff --git a/src/stdatomic/atomic_int_fast16_t.c b/src/stdatomic/atomic_int_fast16_t.c deleted file mode 100644 index 4f88eb3d..00000000 --- a/src/stdatomic/atomic_int_fast16_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic int_fast16_t atomic_int_fast16_t; - - -#endif diff --git a/src/stdatomic/atomic_int_fast16_t.h b/src/stdatomic/atomic_int_fast16_t.h new file mode 100644 index 00000000..4f88eb3d --- /dev/null +++ b/src/stdatomic/atomic_int_fast16_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic int_fast16_t atomic_int_fast16_t; + + +#endif diff --git a/src/stdatomic/atomic_int_fast32_t.c b/src/stdatomic/atomic_int_fast32_t.c deleted file mode 100644 index bf0d3d91..00000000 --- a/src/stdatomic/atomic_int_fast32_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic int_fast32_t atomic_int_fast32_t; - - -#endif diff --git a/src/stdatomic/atomic_int_fast32_t.h b/src/stdatomic/atomic_int_fast32_t.h new file mode 100644 index 00000000..bf0d3d91 --- /dev/null +++ b/src/stdatomic/atomic_int_fast32_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic int_fast32_t atomic_int_fast32_t; + + +#endif diff --git a/src/stdatomic/atomic_int_fast64_t.c b/src/stdatomic/atomic_int_fast64_t.c deleted file mode 100644 index d54a128c..00000000 --- a/src/stdatomic/atomic_int_fast64_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic int_fast64_t atomic_int_fast64_t; - - -#endif diff --git a/src/stdatomic/atomic_int_fast64_t.h b/src/stdatomic/atomic_int_fast64_t.h new file mode 100644 index 00000000..d54a128c --- /dev/null +++ b/src/stdatomic/atomic_int_fast64_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic int_fast64_t atomic_int_fast64_t; + + +#endif diff --git a/src/stdatomic/atomic_int_fast8_t.c b/src/stdatomic/atomic_int_fast8_t.c deleted file mode 100644 index f25e7dda..00000000 --- a/src/stdatomic/atomic_int_fast8_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic int_fast8_t atomic_int_fast8_t; - - -#endif diff --git a/src/stdatomic/atomic_int_fast8_t.h b/src/stdatomic/atomic_int_fast8_t.h new file mode 100644 index 00000000..f25e7dda --- /dev/null +++ b/src/stdatomic/atomic_int_fast8_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic int_fast8_t atomic_int_fast8_t; + + +#endif diff --git a/src/stdatomic/atomic_int_least16_t.c b/src/stdatomic/atomic_int_least16_t.c deleted file mode 100644 index 8302d0d0..00000000 --- a/src/stdatomic/atomic_int_least16_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic int_least16_t atomic_int_least16_t; - - -#endif diff --git a/src/stdatomic/atomic_int_least16_t.h b/src/stdatomic/atomic_int_least16_t.h new file mode 100644 index 00000000..8302d0d0 --- /dev/null +++ b/src/stdatomic/atomic_int_least16_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic int_least16_t atomic_int_least16_t; + + +#endif diff --git a/src/stdatomic/atomic_int_least32_t.c b/src/stdatomic/atomic_int_least32_t.c deleted file mode 100644 index 84fe5837..00000000 --- a/src/stdatomic/atomic_int_least32_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic int_least32_t atomic_int_least32_t; - - -#endif diff --git a/src/stdatomic/atomic_int_least32_t.h b/src/stdatomic/atomic_int_least32_t.h new file mode 100644 index 00000000..84fe5837 --- /dev/null +++ b/src/stdatomic/atomic_int_least32_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic int_least32_t atomic_int_least32_t; + + +#endif diff --git a/src/stdatomic/atomic_int_least64_t.c b/src/stdatomic/atomic_int_least64_t.c deleted file mode 100644 index 37a81c7a..00000000 --- a/src/stdatomic/atomic_int_least64_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic int_least64_t atomic_int_least64_t; - - -#endif diff --git a/src/stdatomic/atomic_int_least64_t.h b/src/stdatomic/atomic_int_least64_t.h new file mode 100644 index 00000000..37a81c7a --- /dev/null +++ b/src/stdatomic/atomic_int_least64_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic int_least64_t atomic_int_least64_t; + + +#endif diff --git a/src/stdatomic/atomic_int_least8_t.c b/src/stdatomic/atomic_int_least8_t.c deleted file mode 100644 index 551adecc..00000000 --- a/src/stdatomic/atomic_int_least8_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic int_least8_t atomic_int_least8_t; - - -#endif diff --git a/src/stdatomic/atomic_int_least8_t.h b/src/stdatomic/atomic_int_least8_t.h new file mode 100644 index 00000000..551adecc --- /dev/null +++ b/src/stdatomic/atomic_int_least8_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic int_least8_t atomic_int_least8_t; + + +#endif diff --git a/src/stdatomic/atomic_intmax_t.c b/src/stdatomic/atomic_intmax_t.c deleted file mode 100644 index 329a8577..00000000 --- a/src/stdatomic/atomic_intmax_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic intmax_t atomic_intmax_t; - - -#endif diff --git a/src/stdatomic/atomic_intmax_t.h b/src/stdatomic/atomic_intmax_t.h new file mode 100644 index 00000000..329a8577 --- /dev/null +++ b/src/stdatomic/atomic_intmax_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic intmax_t atomic_intmax_t; + + +#endif diff --git a/src/stdatomic/atomic_intptr_t.c b/src/stdatomic/atomic_intptr_t.c deleted file mode 100644 index 9c611640..00000000 --- a/src/stdatomic/atomic_intptr_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic intptr_t atomic_intptr_t; - - -#endif diff --git a/src/stdatomic/atomic_intptr_t.h b/src/stdatomic/atomic_intptr_t.h new file mode 100644 index 00000000..9c611640 --- /dev/null +++ b/src/stdatomic/atomic_intptr_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic intptr_t atomic_intptr_t; + + +#endif diff --git a/src/stdatomic/atomic_llong.c b/src/stdatomic/atomic_llong.c deleted file mode 100644 index 6c7eaf0f..00000000 --- a/src/stdatomic/atomic_llong.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic llong atomic_llong; - - -#endif diff --git a/src/stdatomic/atomic_llong.h b/src/stdatomic/atomic_llong.h new file mode 100644 index 00000000..6c7eaf0f --- /dev/null +++ b/src/stdatomic/atomic_llong.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic llong atomic_llong; + + +#endif diff --git a/src/stdatomic/atomic_long.c b/src/stdatomic/atomic_long.c deleted file mode 100644 index 36ed0a76..00000000 --- a/src/stdatomic/atomic_long.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic long atomic_long; - - -#endif diff --git a/src/stdatomic/atomic_long.h b/src/stdatomic/atomic_long.h new file mode 100644 index 00000000..36ed0a76 --- /dev/null +++ b/src/stdatomic/atomic_long.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic long atomic_long; + + +#endif diff --git a/src/stdatomic/atomic_ptrdiff_t.c b/src/stdatomic/atomic_ptrdiff_t.c deleted file mode 100644 index ae9bd452..00000000 --- a/src/stdatomic/atomic_ptrdiff_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic ptrdiff_t atomic_ptrdiff_t; - - -#endif diff --git a/src/stdatomic/atomic_ptrdiff_t.h b/src/stdatomic/atomic_ptrdiff_t.h new file mode 100644 index 00000000..ae9bd452 --- /dev/null +++ b/src/stdatomic/atomic_ptrdiff_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic ptrdiff_t atomic_ptrdiff_t; + + +#endif diff --git a/src/stdatomic/atomic_schar.c b/src/stdatomic/atomic_schar.c deleted file mode 100644 index d4f86772..00000000 --- a/src/stdatomic/atomic_schar.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic signed char atomic_schar; - - -#endif diff --git a/src/stdatomic/atomic_schar.h b/src/stdatomic/atomic_schar.h new file mode 100644 index 00000000..d4f86772 --- /dev/null +++ b/src/stdatomic/atomic_schar.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic signed char atomic_schar; + + +#endif diff --git a/src/stdatomic/atomic_short.c b/src/stdatomic/atomic_short.c deleted file mode 100644 index 570bd805..00000000 --- a/src/stdatomic/atomic_short.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic short atomic_short; - - -#endif diff --git a/src/stdatomic/atomic_short.h b/src/stdatomic/atomic_short.h new file mode 100644 index 00000000..570bd805 --- /dev/null +++ b/src/stdatomic/atomic_short.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic short atomic_short; + + +#endif diff --git a/src/stdatomic/atomic_size_t.c b/src/stdatomic/atomic_size_t.c deleted file mode 100644 index 22878df0..00000000 --- a/src/stdatomic/atomic_size_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic size_t atomic_size_t; - - -#endif diff --git a/src/stdatomic/atomic_size_t.h b/src/stdatomic/atomic_size_t.h new file mode 100644 index 00000000..22878df0 --- /dev/null +++ b/src/stdatomic/atomic_size_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic size_t atomic_size_t; + + +#endif diff --git a/src/stdatomic/atomic_uchar.c b/src/stdatomic/atomic_uchar.c deleted file mode 100644 index 18d3a674..00000000 --- a/src/stdatomic/atomic_uchar.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic unsigned char atomic_uchar; - - -#endif diff --git a/src/stdatomic/atomic_uchar.h b/src/stdatomic/atomic_uchar.h new file mode 100644 index 00000000..18d3a674 --- /dev/null +++ b/src/stdatomic/atomic_uchar.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic unsigned char atomic_uchar; + + +#endif diff --git a/src/stdatomic/atomic_uint.c b/src/stdatomic/atomic_uint.c deleted file mode 100644 index fa26228f..00000000 --- a/src/stdatomic/atomic_uint.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic unsigned int atomic_uint; - - -#endif diff --git a/src/stdatomic/atomic_uint.h b/src/stdatomic/atomic_uint.h new file mode 100644 index 00000000..fa26228f --- /dev/null +++ b/src/stdatomic/atomic_uint.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic unsigned int atomic_uint; + + +#endif diff --git a/src/stdatomic/atomic_uint_fast16_t.c b/src/stdatomic/atomic_uint_fast16_t.c deleted file mode 100644 index 6a6e2e2b..00000000 --- a/src/stdatomic/atomic_uint_fast16_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uint_fast16_t atomic_uint_fast16_t; - - -#endif diff --git a/src/stdatomic/atomic_uint_fast16_t.h b/src/stdatomic/atomic_uint_fast16_t.h new file mode 100644 index 00000000..6a6e2e2b --- /dev/null +++ b/src/stdatomic/atomic_uint_fast16_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uint_fast16_t atomic_uint_fast16_t; + + +#endif diff --git a/src/stdatomic/atomic_uint_fast32_t.c b/src/stdatomic/atomic_uint_fast32_t.c deleted file mode 100644 index 2ca3b742..00000000 --- a/src/stdatomic/atomic_uint_fast32_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uint_fast32_t atomic_uint_fast32_t; - - -#endif diff --git a/src/stdatomic/atomic_uint_fast32_t.h b/src/stdatomic/atomic_uint_fast32_t.h new file mode 100644 index 00000000..2ca3b742 --- /dev/null +++ b/src/stdatomic/atomic_uint_fast32_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uint_fast32_t atomic_uint_fast32_t; + + +#endif diff --git a/src/stdatomic/atomic_uint_fast64_t.c b/src/stdatomic/atomic_uint_fast64_t.c deleted file mode 100644 index 5fefe1c0..00000000 --- a/src/stdatomic/atomic_uint_fast64_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uint_fast64_t atomic_uint_fast64_t; - - -#endif diff --git a/src/stdatomic/atomic_uint_fast64_t.h b/src/stdatomic/atomic_uint_fast64_t.h new file mode 100644 index 00000000..5fefe1c0 --- /dev/null +++ b/src/stdatomic/atomic_uint_fast64_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uint_fast64_t atomic_uint_fast64_t; + + +#endif diff --git a/src/stdatomic/atomic_uint_fast8_t.c b/src/stdatomic/atomic_uint_fast8_t.c deleted file mode 100644 index f9d97f86..00000000 --- a/src/stdatomic/atomic_uint_fast8_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uint_fast8_t atomic_uint_fast8_t; - - -#endif diff --git a/src/stdatomic/atomic_uint_fast8_t.h b/src/stdatomic/atomic_uint_fast8_t.h new file mode 100644 index 00000000..f9d97f86 --- /dev/null +++ b/src/stdatomic/atomic_uint_fast8_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uint_fast8_t atomic_uint_fast8_t; + + +#endif diff --git a/src/stdatomic/atomic_uint_least16_t.c b/src/stdatomic/atomic_uint_least16_t.c deleted file mode 100644 index f4ad7591..00000000 --- a/src/stdatomic/atomic_uint_least16_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uint_least16_t atomic_uint_least16_t; - - -#endif diff --git a/src/stdatomic/atomic_uint_least16_t.h b/src/stdatomic/atomic_uint_least16_t.h new file mode 100644 index 00000000..f4ad7591 --- /dev/null +++ b/src/stdatomic/atomic_uint_least16_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uint_least16_t atomic_uint_least16_t; + + +#endif diff --git a/src/stdatomic/atomic_uint_least32_t.c b/src/stdatomic/atomic_uint_least32_t.c deleted file mode 100644 index 61d95348..00000000 --- a/src/stdatomic/atomic_uint_least32_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uint_least32_t atomic_uint_least32_t; - - -#endif diff --git a/src/stdatomic/atomic_uint_least32_t.h b/src/stdatomic/atomic_uint_least32_t.h new file mode 100644 index 00000000..61d95348 --- /dev/null +++ b/src/stdatomic/atomic_uint_least32_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uint_least32_t atomic_uint_least32_t; + + +#endif diff --git a/src/stdatomic/atomic_uint_least64_t.c b/src/stdatomic/atomic_uint_least64_t.c deleted file mode 100644 index aa8d3c26..00000000 --- a/src/stdatomic/atomic_uint_least64_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uint_least64_t atomic_uint_least64_t; - - -#endif diff --git a/src/stdatomic/atomic_uint_least64_t.h b/src/stdatomic/atomic_uint_least64_t.h new file mode 100644 index 00000000..aa8d3c26 --- /dev/null +++ b/src/stdatomic/atomic_uint_least64_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uint_least64_t atomic_uint_least64_t; + + +#endif diff --git a/src/stdatomic/atomic_uint_least8_t.c b/src/stdatomic/atomic_uint_least8_t.c deleted file mode 100644 index 469780d2..00000000 --- a/src/stdatomic/atomic_uint_least8_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uint_least8_t atomic_uint_least8_t; - - -#endif diff --git a/src/stdatomic/atomic_uint_least8_t.h b/src/stdatomic/atomic_uint_least8_t.h new file mode 100644 index 00000000..469780d2 --- /dev/null +++ b/src/stdatomic/atomic_uint_least8_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uint_least8_t atomic_uint_least8_t; + + +#endif diff --git a/src/stdatomic/atomic_uintmax_t.c b/src/stdatomic/atomic_uintmax_t.c deleted file mode 100644 index 8bfb8441..00000000 --- a/src/stdatomic/atomic_uintmax_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uintmax_t atomic_uintmax_t; - - -#endif 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 diff --git a/src/stdatomic/atomic_uintptr_t.c b/src/stdatomic/atomic_uintptr_t.c deleted file mode 100644 index c51e8b85..00000000 --- a/src/stdatomic/atomic_uintptr_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic uintptr_t atomic_uintptr_t; - - -#endif diff --git a/src/stdatomic/atomic_uintptr_t.h b/src/stdatomic/atomic_uintptr_t.h new file mode 100644 index 00000000..c51e8b85 --- /dev/null +++ b/src/stdatomic/atomic_uintptr_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic uintptr_t atomic_uintptr_t; + + +#endif diff --git a/src/stdatomic/atomic_ullong.c b/src/stdatomic/atomic_ullong.c deleted file mode 100644 index 20603e0b..00000000 --- a/src/stdatomic/atomic_ullong.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic unsigned long long atomic_ullong; - - -#endif 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 diff --git a/src/stdatomic/atomic_ulong.c b/src/stdatomic/atomic_ulong.c deleted file mode 100644 index e971d4bb..00000000 --- a/src/stdatomic/atomic_ulong.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic unsigned long atomic_ulong; - - -#endif diff --git a/src/stdatomic/atomic_ulong.h b/src/stdatomic/atomic_ulong.h new file mode 100644 index 00000000..e971d4bb --- /dev/null +++ b/src/stdatomic/atomic_ulong.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic unsigned long atomic_ulong; + + +#endif diff --git a/src/stdatomic/atomic_ushort.c b/src/stdatomic/atomic_ushort.c deleted file mode 100644 index 680680ff..00000000 --- a/src/stdatomic/atomic_ushort.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic unsigned short atomic_ushort; - - -#endif diff --git a/src/stdatomic/atomic_ushort.h b/src/stdatomic/atomic_ushort.h new file mode 100644 index 00000000..680680ff --- /dev/null +++ b/src/stdatomic/atomic_ushort.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic unsigned short atomic_ushort; + + +#endif diff --git a/src/stdatomic/atomic_wchar_t.c b/src/stdatomic/atomic_wchar_t.c deleted file mode 100644 index abd42f48..00000000 --- a/src/stdatomic/atomic_wchar_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic wchar_t atomic_wchar_t; - - -#endif diff --git a/src/stdatomic/atomic_wchar_t.h b/src/stdatomic/atomic_wchar_t.h new file mode 100644 index 00000000..abd42f48 --- /dev/null +++ b/src/stdatomic/atomic_wchar_t.h @@ -0,0 +1,6 @@ +#if 0 + +typedef _Atomic wchar_t atomic_wchar_t; + + +#endif -- cgit v1.2.1