mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compilation error
R=rsc https://golang.org/cl/165044
This commit is contained in:
parent
60d4e30dbb
commit
76f7803a2a
1 changed files with 3 additions and 0 deletions
|
|
@ -153,6 +153,9 @@ const (
|
|||
SIGIO = 0x1d;
|
||||
SIGQUIT = 0x3;
|
||||
SIGCLD = 0x11;
|
||||
SHUT_RD = 0;
|
||||
SHUT_RDWR = 0x2;
|
||||
SHUT_WR = 0x1;
|
||||
SIGABRT = 0x6;
|
||||
SIGTRAP = 0x5;
|
||||
SIGVTALRM = 0x1a;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue