mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-21 10:00: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
|
@ -14,14 +14,14 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long IPC_CREAT;
|
||||
hidden extern const long IPC_EXCL;
|
||||
hidden extern const long IPC_INFO;
|
||||
hidden extern const long IPC_NOWAIT;
|
||||
hidden extern const long IPC_PRIVATE;
|
||||
hidden extern const long IPC_RMID;
|
||||
hidden extern const long IPC_SET;
|
||||
hidden extern const long IPC_STAT;
|
||||
extern const long IPC_CREAT;
|
||||
extern const long IPC_EXCL;
|
||||
extern const long IPC_INFO;
|
||||
extern const long IPC_NOWAIT;
|
||||
extern const long IPC_PRIVATE;
|
||||
extern const long IPC_RMID;
|
||||
extern const long IPC_SET;
|
||||
extern const long IPC_STAT;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue