mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 12:30:30 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -20,20 +20,20 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long SHM_DEST;
|
||||
hidden extern const long SHM_EXEC;
|
||||
hidden extern const long SHM_HUGETLB;
|
||||
hidden extern const long SHM_INFO;
|
||||
hidden extern const long SHM_LOCK;
|
||||
hidden extern const long SHM_LOCKED;
|
||||
hidden extern const long SHM_NORESERVE;
|
||||
hidden extern const long SHM_R;
|
||||
hidden extern const long SHM_RDONLY;
|
||||
hidden extern const long SHM_REMAP;
|
||||
hidden extern const long SHM_RND;
|
||||
hidden extern const long SHM_STAT;
|
||||
hidden extern const long SHM_UNLOCK;
|
||||
hidden extern const long SHM_W;
|
||||
extern const long SHM_DEST;
|
||||
extern const long SHM_EXEC;
|
||||
extern const long SHM_HUGETLB;
|
||||
extern const long SHM_INFO;
|
||||
extern const long SHM_LOCK;
|
||||
extern const long SHM_LOCKED;
|
||||
extern const long SHM_NORESERVE;
|
||||
extern const long SHM_R;
|
||||
extern const long SHM_RDONLY;
|
||||
extern const long SHM_REMAP;
|
||||
extern const long SHM_RND;
|
||||
extern const long SHM_STAT;
|
||||
extern const long SHM_UNLOCK;
|
||||
extern const long SHM_W;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue