mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
9208c83f7a
- 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
4 lines
176 B
C
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_ */
|