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

@ -65,65 +65,65 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
hidden extern const long SIOCADDDLCI;
hidden extern const long SIOCADDMULTI;
hidden extern const long SIOCADDRT;
hidden extern const long SIOCATMARK;
hidden extern const long SIOCDARP;
hidden extern const long SIOCDELDLCI;
hidden extern const long SIOCDELMULTI;
hidden extern const long SIOCDELRT;
hidden extern const long SIOCDEVPRIVATE;
hidden extern const long SIOCDIFADDR;
hidden extern const long SIOCDRARP;
hidden extern const long SIOCGARP;
hidden extern const long SIOCGIFADDR;
hidden extern const long SIOCGIFBR;
hidden extern const long SIOCGIFBRDADDR;
hidden extern const long SIOCGIFCONF;
hidden extern const long SIOCGIFCOUNT;
hidden extern const long SIOCGIFDSTADDR;
hidden extern const long SIOCGIFENCAP;
hidden extern const long SIOCGIFFLAGS;
hidden extern const long SIOCGIFHWADDR;
hidden extern const long SIOCGIFINDEX;
hidden extern const long SIOCGIFMAP;
hidden extern const long SIOCGIFMEM;
hidden extern const long SIOCGIFMETRIC;
hidden extern const long SIOCGIFMTU;
hidden extern const long SIOCGIFNAME;
hidden extern const long SIOCGIFNETMASK;
hidden extern const long SIOCGIFPFLAGS;
hidden extern const long SIOCGIFSLAVE;
hidden extern const long SIOCGIFTXQLEN;
hidden extern const long SIOCGPGRP;
hidden extern const long SIOCGRARP;
hidden extern const long SIOCGSTAMP;
hidden extern const long SIOCGSTAMPNS;
hidden extern const long SIOCPROTOPRIVATE;
hidden extern const long SIOCRTMSG;
hidden extern const long SIOCSARP;
hidden extern const long SIOCSIFADDR;
hidden extern const long SIOCSIFBR;
hidden extern const long SIOCSIFBRDADDR;
hidden extern const long SIOCSIFDSTADDR;
hidden extern const long SIOCSIFENCAP;
hidden extern const long SIOCSIFFLAGS;
hidden extern const long SIOCSIFHWADDR;
hidden extern const long SIOCSIFHWBROADCAST;
hidden extern const long SIOCSIFLINK;
hidden extern const long SIOCSIFMAP;
hidden extern const long SIOCSIFMEM;
hidden extern const long SIOCSIFMETRIC;
hidden extern const long SIOCSIFMTU;
hidden extern const long SIOCSIFNAME;
hidden extern const long SIOCSIFNETMASK;
hidden extern const long SIOCSIFPFLAGS;
hidden extern const long SIOCSIFSLAVE;
hidden extern const long SIOCSIFTXQLEN;
hidden extern const long SIOCSPGRP;
hidden extern const long SIOCSRARP;
hidden extern const long SIOGIFINDEX;
extern const long SIOCADDDLCI;
extern const long SIOCADDMULTI;
extern const long SIOCADDRT;
extern const long SIOCATMARK;
extern const long SIOCDARP;
extern const long SIOCDELDLCI;
extern const long SIOCDELMULTI;
extern const long SIOCDELRT;
extern const long SIOCDEVPRIVATE;
extern const long SIOCDIFADDR;
extern const long SIOCDRARP;
extern const long SIOCGARP;
extern const long SIOCGIFADDR;
extern const long SIOCGIFBR;
extern const long SIOCGIFBRDADDR;
extern const long SIOCGIFCONF;
extern const long SIOCGIFCOUNT;
extern const long SIOCGIFDSTADDR;
extern const long SIOCGIFENCAP;
extern const long SIOCGIFFLAGS;
extern const long SIOCGIFHWADDR;
extern const long SIOCGIFINDEX;
extern const long SIOCGIFMAP;
extern const long SIOCGIFMEM;
extern const long SIOCGIFMETRIC;
extern const long SIOCGIFMTU;
extern const long SIOCGIFNAME;
extern const long SIOCGIFNETMASK;
extern const long SIOCGIFPFLAGS;
extern const long SIOCGIFSLAVE;
extern const long SIOCGIFTXQLEN;
extern const long SIOCGPGRP;
extern const long SIOCGRARP;
extern const long SIOCGSTAMP;
extern const long SIOCGSTAMPNS;
extern const long SIOCPROTOPRIVATE;
extern const long SIOCRTMSG;
extern const long SIOCSARP;
extern const long SIOCSIFADDR;
extern const long SIOCSIFBR;
extern const long SIOCSIFBRDADDR;
extern const long SIOCSIFDSTADDR;
extern const long SIOCSIFENCAP;
extern const long SIOCSIFFLAGS;
extern const long SIOCSIFHWADDR;
extern const long SIOCSIFHWBROADCAST;
extern const long SIOCSIFLINK;
extern const long SIOCSIFMAP;
extern const long SIOCSIFMEM;
extern const long SIOCSIFMETRIC;
extern const long SIOCSIFMTU;
extern const long SIOCSIFNAME;
extern const long SIOCSIFNETMASK;
extern const long SIOCSIFPFLAGS;
extern const long SIOCSIFSLAVE;
extern const long SIOCSIFTXQLEN;
extern const long SIOCSPGRP;
extern const long SIOCSRARP;
extern const long SIOGIFINDEX;
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */