cosmopolitan/libc/isystem/stdatomic.h
Justine Tunney 9208c83f7a Make some systemic improvements
- add vdso dump utility
- tests now log stack usage
- rename g_ftrace to __ftrace
- make internal spinlocks go faster
- add conformant c11 atomics library
- function tracing now logs stack usage
- make function call tracing thread safe
- add -X unsecure (no ssl) mode to redbean
- munmap() has more consistent behavior now
- pacify fsync() calls on python unit tests
- make --strace flag work better in redbean
- start minimizing and documenting compiler flags
2022-05-18 16:52:36 -07:00

4 lines
176 B
C

#ifndef COSMOPOLITAN_LIBC_ISYSTEM_STDATOMIC_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_STDATOMIC_H_
#include "libc/bits/atomic.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_STDATOMIC_H_ */