unix.ffi: Add SHUT_* flags for shutdown() call.

locals-and-roots
Doug Coleman 2016-05-25 17:25:35 -07:00
parent 0107595639
commit e364f1ebf1
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ CONSTANT: AI_V4MAPPED 0x0008
CONSTANT: AI_ALL 0x0010
CONSTANT: AI_ADDRCONFIG 0x0020
CONSTANT: SHUT_RD 0
CONSTANT: SHUT_WR 1
CONSTANT: SHUT_RDWR 2
LIBRARY: libc
STRUCT: group