diff options
Diffstat (limited to 'src/stdatomic/atomic_ullong.c')
| -rw-r--r-- | src/stdatomic/atomic_ullong.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_ullong.c b/src/stdatomic/atomic_ullong.c new file mode 100644 index 00000000..8fc02060 --- /dev/null +++ b/src/stdatomic/atomic_ullong.c @@ -0,0 +1 @@ +typedef _Atomic unsigned long long atomic_ullong; |
