mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 12:18:31 +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,37 +4,37 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long TCP_CC_INFO;
|
||||
extern const long TCP_CONGESTION;
|
||||
extern const long TCP_COOKIE_TRANSACTIONS;
|
||||
extern const long TCP_CORK;
|
||||
extern const long TCP_DEFER_ACCEPT;
|
||||
extern const long TCP_FASTOPEN;
|
||||
extern const long TCP_FASTOPEN_CONNECT;
|
||||
extern const long TCP_INFO;
|
||||
extern const long TCP_KEEPCNT;
|
||||
extern const long TCP_KEEPIDLE;
|
||||
extern const long TCP_KEEPINTVL;
|
||||
extern const long TCP_LINGER2;
|
||||
extern const long TCP_MAXSEG;
|
||||
extern const long TCP_MD5SIG;
|
||||
extern const long TCP_MD5SIG_MAXKEYLEN;
|
||||
extern const long TCP_NODELAY;
|
||||
extern const long TCP_NOTSENT_LOWAT;
|
||||
extern const long TCP_QUEUE_SEQ;
|
||||
extern const long TCP_QUICKACK;
|
||||
extern const long TCP_REPAIR;
|
||||
extern const long TCP_REPAIR_OPTIONS;
|
||||
extern const long TCP_REPAIR_QUEUE;
|
||||
extern const long TCP_SAVED_SYN;
|
||||
extern const long TCP_SAVE_SYN;
|
||||
extern const long TCP_SYNCNT;
|
||||
extern const long TCP_THIN_DUPACK;
|
||||
extern const long TCP_THIN_LINEAR_TIMEOUTS;
|
||||
extern const long TCP_TIMESTAMP;
|
||||
extern const long TCP_ULP;
|
||||
extern const long TCP_USER_TIMEOUT;
|
||||
extern const long TCP_WINDOW_CLAMP;
|
||||
extern const int TCP_CC_INFO;
|
||||
extern const int TCP_CONGESTION;
|
||||
extern const int TCP_COOKIE_TRANSACTIONS;
|
||||
extern const int TCP_CORK;
|
||||
extern const int TCP_DEFER_ACCEPT;
|
||||
extern const int TCP_FASTOPEN;
|
||||
extern const int TCP_FASTOPEN_CONNECT;
|
||||
extern const int TCP_INFO;
|
||||
extern const int TCP_KEEPCNT;
|
||||
extern const int TCP_KEEPIDLE;
|
||||
extern const int TCP_KEEPINTVL;
|
||||
extern const int TCP_LINGER2;
|
||||
extern const int TCP_MAXSEG;
|
||||
extern const int TCP_MD5SIG;
|
||||
extern const int TCP_MD5SIG_MAXKEYLEN;
|
||||
extern const int TCP_NODELAY;
|
||||
extern const int TCP_NOTSENT_LOWAT;
|
||||
extern const int TCP_QUEUE_SEQ;
|
||||
extern const int TCP_QUICKACK;
|
||||
extern const int TCP_REPAIR;
|
||||
extern const int TCP_REPAIR_OPTIONS;
|
||||
extern const int TCP_REPAIR_QUEUE;
|
||||
extern const int TCP_SAVED_SYN;
|
||||
extern const int TCP_SAVE_SYN;
|
||||
extern const int TCP_SYNCNT;
|
||||
extern const int TCP_THIN_DUPACK;
|
||||
extern const int TCP_THIN_LINEAR_TIMEOUTS;
|
||||
extern const int TCP_TIMESTAMP;
|
||||
extern const int TCP_ULP;
|
||||
extern const int TCP_USER_TIMEOUT;
|
||||
extern const int TCP_WINDOW_CLAMP;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue