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

@ -4,15 +4,15 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
hidden extern const long SOCK_CLOEXEC;
hidden extern const long SOCK_DCCP;
hidden extern const long SOCK_DGRAM;
hidden extern const long SOCK_NONBLOCK;
hidden extern const long SOCK_PACKET;
hidden extern const long SOCK_RAW;
hidden extern const long SOCK_RDM;
hidden extern const long SOCK_SEQPACKET;
hidden extern const long SOCK_STREAM;
extern const long SOCK_CLOEXEC;
extern const long SOCK_DCCP;
extern const long SOCK_DGRAM;
extern const long SOCK_NONBLOCK;
extern const long SOCK_PACKET;
extern const long SOCK_RAW;
extern const long SOCK_RDM;
extern const long SOCK_SEQPACKET;
extern const long SOCK_STREAM;
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */