mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 03:20: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
|
@ -62,62 +62,62 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long SO_ACCEPTCONN;
|
||||
hidden extern const long SO_ATTACH_BPF;
|
||||
hidden extern const long SO_ATTACH_FILTER;
|
||||
hidden extern const long SO_ATTACH_REUSEPORT_CBPF;
|
||||
hidden extern const long SO_ATTACH_REUSEPORT_EBPF;
|
||||
hidden extern const long SO_BINDTODEVICE;
|
||||
hidden extern const long SO_BPF_EXTENSIONS;
|
||||
hidden extern const long SO_BROADCAST;
|
||||
hidden extern const long SO_BSDCOMPAT;
|
||||
hidden extern const long SO_BUSY_POLL;
|
||||
hidden extern const long SO_CNX_ADVICE;
|
||||
hidden extern const long SO_DEBUG;
|
||||
hidden extern const long SO_DETACH_BPF;
|
||||
hidden extern const long SO_DETACH_FILTER;
|
||||
hidden extern const long SO_DOMAIN;
|
||||
hidden extern const long SO_DONTROUTE;
|
||||
hidden extern const long SO_ERROR;
|
||||
hidden extern const long SO_EXCLUSIVEADDRUSE;
|
||||
hidden extern const long SO_GET_FILTER;
|
||||
hidden extern const long SO_INCOMING_CPU;
|
||||
hidden extern const long SO_KEEPALIVE;
|
||||
hidden extern const long SO_LINGER;
|
||||
hidden extern const long SO_LOCK_FILTER;
|
||||
hidden extern const long SO_MARK;
|
||||
hidden extern const long SO_MAX_PACING_RATE;
|
||||
hidden extern const long SO_NOFCS;
|
||||
hidden extern const long SO_NO_CHECK;
|
||||
hidden extern const long SO_OOBINLINE;
|
||||
hidden extern const long SO_PASSCRED;
|
||||
hidden extern const long SO_PASSSEC;
|
||||
hidden extern const long SO_PEEK_OFF;
|
||||
hidden extern const long SO_PEERCRED;
|
||||
hidden extern const long SO_PEERNAME;
|
||||
hidden extern const long SO_PEERSEC;
|
||||
hidden extern const long SO_PRIORITY;
|
||||
hidden extern const long SO_PROTOCOL;
|
||||
hidden extern const long SO_RCVBUF;
|
||||
hidden extern const long SO_RCVBUFFORCE;
|
||||
hidden extern const long SO_RCVLOWAT;
|
||||
hidden extern const long SO_RCVTIMEO;
|
||||
hidden extern const long SO_REUSEADDR;
|
||||
hidden extern const long SO_REUSEPORT;
|
||||
hidden extern const long SO_RXQ_OVFL;
|
||||
hidden extern const long SO_SECURITY_AUTHENTICATION;
|
||||
hidden extern const long SO_SECURITY_ENCRYPTION_NETWORK;
|
||||
hidden extern const long SO_SECURITY_ENCRYPTION_TRANSPORT;
|
||||
hidden extern const long SO_SELECT_ERR_QUEUE;
|
||||
hidden extern const long SO_SNDBUF;
|
||||
hidden extern const long SO_SNDBUFFORCE;
|
||||
hidden extern const long SO_SNDLOWAT;
|
||||
hidden extern const long SO_SNDTIMEO;
|
||||
hidden extern const long SO_TIMESTAMP;
|
||||
hidden extern const long SO_TIMESTAMPING;
|
||||
hidden extern const long SO_TIMESTAMPNS;
|
||||
hidden extern const long SO_TYPE;
|
||||
hidden extern const long SO_WIFI_STATUS;
|
||||
extern const long SO_ACCEPTCONN;
|
||||
extern const long SO_ATTACH_BPF;
|
||||
extern const long SO_ATTACH_FILTER;
|
||||
extern const long SO_ATTACH_REUSEPORT_CBPF;
|
||||
extern const long SO_ATTACH_REUSEPORT_EBPF;
|
||||
extern const long SO_BINDTODEVICE;
|
||||
extern const long SO_BPF_EXTENSIONS;
|
||||
extern const long SO_BROADCAST;
|
||||
extern const long SO_BSDCOMPAT;
|
||||
extern const long SO_BUSY_POLL;
|
||||
extern const long SO_CNX_ADVICE;
|
||||
extern const long SO_DEBUG;
|
||||
extern const long SO_DETACH_BPF;
|
||||
extern const long SO_DETACH_FILTER;
|
||||
extern const long SO_DOMAIN;
|
||||
extern const long SO_DONTROUTE;
|
||||
extern const long SO_ERROR;
|
||||
extern const long SO_EXCLUSIVEADDRUSE;
|
||||
extern const long SO_GET_FILTER;
|
||||
extern const long SO_INCOMING_CPU;
|
||||
extern const long SO_KEEPALIVE;
|
||||
extern const long SO_LINGER;
|
||||
extern const long SO_LOCK_FILTER;
|
||||
extern const long SO_MARK;
|
||||
extern const long SO_MAX_PACING_RATE;
|
||||
extern const long SO_NOFCS;
|
||||
extern const long SO_NO_CHECK;
|
||||
extern const long SO_OOBINLINE;
|
||||
extern const long SO_PASSCRED;
|
||||
extern const long SO_PASSSEC;
|
||||
extern const long SO_PEEK_OFF;
|
||||
extern const long SO_PEERCRED;
|
||||
extern const long SO_PEERNAME;
|
||||
extern const long SO_PEERSEC;
|
||||
extern const long SO_PRIORITY;
|
||||
extern const long SO_PROTOCOL;
|
||||
extern const long SO_RCVBUF;
|
||||
extern const long SO_RCVBUFFORCE;
|
||||
extern const long SO_RCVLOWAT;
|
||||
extern const long SO_RCVTIMEO;
|
||||
extern const long SO_REUSEADDR;
|
||||
extern const long SO_REUSEPORT;
|
||||
extern const long SO_RXQ_OVFL;
|
||||
extern const long SO_SECURITY_AUTHENTICATION;
|
||||
extern const long SO_SECURITY_ENCRYPTION_NETWORK;
|
||||
extern const long SO_SECURITY_ENCRYPTION_TRANSPORT;
|
||||
extern const long SO_SELECT_ERR_QUEUE;
|
||||
extern const long SO_SNDBUF;
|
||||
extern const long SO_SNDBUFFORCE;
|
||||
extern const long SO_SNDLOWAT;
|
||||
extern const long SO_SNDTIMEO;
|
||||
extern const long SO_TIMESTAMP;
|
||||
extern const long SO_TIMESTAMPING;
|
||||
extern const long SO_TIMESTAMPNS;
|
||||
extern const long SO_TYPE;
|
||||
extern const long SO_WIFI_STATUS;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue