mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 04: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
|
@ -4,51 +4,51 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long AF_ALG;
|
||||
hidden extern const long AF_APPLETALK;
|
||||
hidden extern const long AF_ASH;
|
||||
hidden extern const long AF_ATMPVC;
|
||||
hidden extern const long AF_ATMSVC;
|
||||
hidden extern const long AF_AX25;
|
||||
hidden extern const long AF_BLUETOOTH;
|
||||
hidden extern const long AF_BRIDGE;
|
||||
hidden extern const long AF_CAIF;
|
||||
hidden extern const long AF_CAN;
|
||||
hidden extern const long AF_ECONET;
|
||||
hidden extern const long AF_FILE;
|
||||
hidden extern const long AF_IB;
|
||||
hidden extern const long AF_IEEE802154;
|
||||
hidden extern const long AF_INET6;
|
||||
hidden extern const long AF_INET;
|
||||
hidden extern const long AF_IPX;
|
||||
hidden extern const long AF_IRDA;
|
||||
hidden extern const long AF_ISDN;
|
||||
hidden extern const long AF_IUCV;
|
||||
hidden extern const long AF_KCM;
|
||||
hidden extern const long AF_KEY;
|
||||
hidden extern const long AF_LLC;
|
||||
hidden extern const long AF_LOCAL;
|
||||
hidden extern const long AF_MAX;
|
||||
hidden extern const long AF_MPLS;
|
||||
hidden extern const long AF_NETBEUI;
|
||||
hidden extern const long AF_NETLINK;
|
||||
hidden extern const long AF_NETROM;
|
||||
hidden extern const long AF_NFC;
|
||||
hidden extern const long AF_PACKET;
|
||||
hidden extern const long AF_PHONET;
|
||||
hidden extern const long AF_PPPOX;
|
||||
hidden extern const long AF_RDS;
|
||||
hidden extern const long AF_ROSE;
|
||||
hidden extern const long AF_ROUTE;
|
||||
hidden extern const long AF_RXRPC;
|
||||
hidden extern const long AF_SECURITY;
|
||||
hidden extern const long AF_SNA;
|
||||
hidden extern const long AF_TIPC;
|
||||
hidden extern const long AF_UNIX;
|
||||
hidden extern const long AF_UNSPEC;
|
||||
hidden extern const long AF_VSOCK;
|
||||
hidden extern const long AF_WANPIPE;
|
||||
hidden extern const long AF_X25;
|
||||
extern const long AF_ALG;
|
||||
extern const long AF_APPLETALK;
|
||||
extern const long AF_ASH;
|
||||
extern const long AF_ATMPVC;
|
||||
extern const long AF_ATMSVC;
|
||||
extern const long AF_AX25;
|
||||
extern const long AF_BLUETOOTH;
|
||||
extern const long AF_BRIDGE;
|
||||
extern const long AF_CAIF;
|
||||
extern const long AF_CAN;
|
||||
extern const long AF_ECONET;
|
||||
extern const long AF_FILE;
|
||||
extern const long AF_IB;
|
||||
extern const long AF_IEEE802154;
|
||||
extern const long AF_INET6;
|
||||
extern const long AF_INET;
|
||||
extern const long AF_IPX;
|
||||
extern const long AF_IRDA;
|
||||
extern const long AF_ISDN;
|
||||
extern const long AF_IUCV;
|
||||
extern const long AF_KCM;
|
||||
extern const long AF_KEY;
|
||||
extern const long AF_LLC;
|
||||
extern const long AF_LOCAL;
|
||||
extern const long AF_MAX;
|
||||
extern const long AF_MPLS;
|
||||
extern const long AF_NETBEUI;
|
||||
extern const long AF_NETLINK;
|
||||
extern const long AF_NETROM;
|
||||
extern const long AF_NFC;
|
||||
extern const long AF_PACKET;
|
||||
extern const long AF_PHONET;
|
||||
extern const long AF_PPPOX;
|
||||
extern const long AF_RDS;
|
||||
extern const long AF_ROSE;
|
||||
extern const long AF_ROUTE;
|
||||
extern const long AF_RXRPC;
|
||||
extern const long AF_SECURITY;
|
||||
extern const long AF_SNA;
|
||||
extern const long AF_TIPC;
|
||||
extern const long AF_UNIX;
|
||||
extern const long AF_UNSPEC;
|
||||
extern const long AF_VSOCK;
|
||||
extern const long AF_WANPIPE;
|
||||
extern const long AF_X25;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue