diff options
Diffstat (limited to 'src/stdatomic/atomic_schar.h')
| -rw-r--r-- | src/stdatomic/atomic_schar.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
