cosmopolitan/libc/sysv/consts/th.h
Justine Tunney 10fd8bdb70 Unbloat the build
This change resurrects ae5d06dc53
2022-08-11 00:15:29 -07:00

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_ */