mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
fa20edc44d
- Remove most __ASSEMBLER__ __LINKER__ ifdefs - Rename libc/intrin/bits.h to libc/serialize.h - Block pthread cancelation in fchmodat() polyfill - Remove `clang-format off` statements in third_party
4 lines
137 B
C
4 lines
137 B
C
#include "third_party/make/config.h"
|
|
#define _GL_UNISTD_INLINE _GL_EXTERN_INLINE
|
|
#include "third_party/make/unistd.h"
|
|
typedef int dummy;
|