Improve dead code elimination

This commit is contained in:
Justine Tunney 2021-02-08 04:04:42 -08:00
parent 760db8c5ad
commit 0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions

View file

@ -18,18 +18,18 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
hidden extern const long ST_APPEND;
hidden extern const long ST_IMMUTABLE;
hidden extern const long ST_MANDLOCK;
hidden extern const long ST_NOATIME;
hidden extern const long ST_NODEV;
hidden extern const long ST_NODIRATIME;
hidden extern const long ST_NOEXEC;
hidden extern const long ST_NOSUID;
hidden extern const long ST_RDONLY;
hidden extern const long ST_RELATIME;
hidden extern const long ST_SYNCHRONOUS;
hidden extern const long ST_WRITE;
extern const long ST_APPEND;
extern const long ST_IMMUTABLE;
extern const long ST_MANDLOCK;
extern const long ST_NOATIME;
extern const long ST_NODEV;
extern const long ST_NODIRATIME;
extern const long ST_NOEXEC;
extern const long ST_NOSUID;
extern const long ST_RDONLY;
extern const long ST_RELATIME;
extern const long ST_SYNCHRONOUS;
extern const long ST_WRITE;
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */