mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
10fd8bdb70
This change resurrects ae5d06dc53
11 lines
249 B
C
11 lines
249 B
C
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_TH_H_
|
|
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_TH_H_
|
|
|
|
#define TH_FIN 1
|
|
#define TH_SYN 2
|
|
#define TH_RST 4
|
|
#define TH_PUSH 8
|
|
#define TH_URG 32
|
|
#define TH_ACK 16
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_TH_H_ */
|