diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 15:45:38 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 15:45:38 -0500 |
| commit | bafccb2f57ac1a1852be2d6aafe33cf02d1630c1 (patch) | |
| tree | a6164b42b37b941cb64bbc3db8af7a1daf381ace /src/stdatomic/atomic_ptrdiff_t.h | |
| parent | 910a86c095b6d7311d73fa88a632aa9b673243b2 (diff) | |
update dependencies
Diffstat (limited to 'src/stdatomic/atomic_ptrdiff_t.h')
| -rw-r--r-- | src/stdatomic/atomic_ptrdiff_t.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
