mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-20 09:30:31 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -12,12 +12,12 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long POLL_ERR;
|
||||
hidden extern const long POLL_HUP;
|
||||
hidden extern const long POLL_IN;
|
||||
hidden extern const long POLL_MSG;
|
||||
hidden extern const long POLL_OUT;
|
||||
hidden extern const long POLL_PRI;
|
||||
extern const long POLL_ERR;
|
||||
extern const long POLL_HUP;
|
||||
extern const long POLL_IN;
|
||||
extern const long POLL_MSG;
|
||||
extern const long POLL_OUT;
|
||||
extern const long POLL_PRI;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue