mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 20:10:29 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -17,17 +17,17 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const int16_t POLLERR;
|
||||
hidden extern const int16_t POLLHUP;
|
||||
hidden extern const int16_t POLLIN;
|
||||
hidden extern const int16_t POLLNVAL;
|
||||
hidden extern const int16_t POLLOUT;
|
||||
hidden extern const int16_t POLLPRI;
|
||||
hidden extern const int16_t POLLRDBAND;
|
||||
hidden extern const int16_t POLLRDHUP;
|
||||
hidden extern const int16_t POLLRDNORM;
|
||||
hidden extern const int16_t POLLWRBAND;
|
||||
hidden extern const int16_t POLLWRNORM;
|
||||
extern const int16_t POLLERR;
|
||||
extern const int16_t POLLHUP;
|
||||
extern const int16_t POLLIN;
|
||||
extern const int16_t POLLNVAL;
|
||||
extern const int16_t POLLOUT;
|
||||
extern const int16_t POLLPRI;
|
||||
extern const int16_t POLLRDBAND;
|
||||
extern const int16_t POLLRDHUP;
|
||||
extern const int16_t POLLRDNORM;
|
||||
extern const int16_t POLLWRBAND;
|
||||
extern const int16_t POLLWRNORM;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue