mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 20:40:28 +00:00
Change magnum types to match other platforms (#525)
This commit is contained in:
parent
af3df0893b
commit
5f552338d6
65 changed files with 1311 additions and 1305 deletions
|
@ -4,65 +4,65 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long LOCAL_PEERCRED;
|
||||
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_SETFIB;
|
||||
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_USELOOPBACK;
|
||||
extern const long SO_WIFI_STATUS;
|
||||
extern const int LOCAL_PEERCRED;
|
||||
extern const int SO_ACCEPTCONN;
|
||||
extern const int SO_ATTACH_BPF;
|
||||
extern const int SO_ATTACH_FILTER;
|
||||
extern const int SO_ATTACH_REUSEPORT_CBPF;
|
||||
extern const int SO_ATTACH_REUSEPORT_EBPF;
|
||||
extern const int SO_BINDTODEVICE;
|
||||
extern const int SO_BPF_EXTENSIONS;
|
||||
extern const int SO_BROADCAST;
|
||||
extern const int SO_BSDCOMPAT;
|
||||
extern const int SO_BUSY_POLL;
|
||||
extern const int SO_CNX_ADVICE;
|
||||
extern const int SO_DEBUG;
|
||||
extern const int SO_DETACH_BPF;
|
||||
extern const int SO_DETACH_FILTER;
|
||||
extern const int SO_DOMAIN;
|
||||
extern const int SO_DONTROUTE;
|
||||
extern const int SO_ERROR;
|
||||
extern const int SO_EXCLUSIVEADDRUSE;
|
||||
extern const int SO_GET_FILTER;
|
||||
extern const int SO_INCOMING_CPU;
|
||||
extern const int SO_KEEPALIVE;
|
||||
extern const int SO_LINGER;
|
||||
extern const int SO_LOCK_FILTER;
|
||||
extern const int SO_MARK;
|
||||
extern const int SO_MAX_PACING_RATE;
|
||||
extern const int SO_NOFCS;
|
||||
extern const int SO_NO_CHECK;
|
||||
extern const int SO_OOBINLINE;
|
||||
extern const int SO_PASSCRED;
|
||||
extern const int SO_PASSSEC;
|
||||
extern const int SO_PEEK_OFF;
|
||||
extern const int SO_PEERCRED;
|
||||
extern const int SO_PEERNAME;
|
||||
extern const int SO_PEERSEC;
|
||||
extern const int SO_PRIORITY;
|
||||
extern const int SO_PROTOCOL;
|
||||
extern const int SO_RCVBUF;
|
||||
extern const int SO_RCVBUFFORCE;
|
||||
extern const int SO_RCVLOWAT;
|
||||
extern const int SO_RCVTIMEO;
|
||||
extern const int SO_REUSEADDR;
|
||||
extern const int SO_REUSEPORT;
|
||||
extern const int SO_RXQ_OVFL;
|
||||
extern const int SO_SECURITY_AUTHENTICATION;
|
||||
extern const int SO_SECURITY_ENCRYPTION_NETWORK;
|
||||
extern const int SO_SECURITY_ENCRYPTION_TRANSPORT;
|
||||
extern const int SO_SELECT_ERR_QUEUE;
|
||||
extern const int SO_SETFIB;
|
||||
extern const int SO_SNDBUF;
|
||||
extern const int SO_SNDBUFFORCE;
|
||||
extern const int SO_SNDLOWAT;
|
||||
extern const int SO_SNDTIMEO;
|
||||
extern const int SO_TIMESTAMP;
|
||||
extern const int SO_TIMESTAMPING;
|
||||
extern const int SO_TIMESTAMPNS;
|
||||
extern const int SO_TYPE;
|
||||
extern const int SO_USELOOPBACK;
|
||||
extern const int SO_WIFI_STATUS;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue