mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
parent
601ee4807b
commit
55ba9d6a2c
4 changed files with 47 additions and 23 deletions
|
|
@ -176,6 +176,7 @@ const (
|
|||
SIGINT = 0x2;
|
||||
SIGIOT = 0x6;
|
||||
SIGTERM = 0xf;
|
||||
O_EXCL = 0x80;
|
||||
)
|
||||
|
||||
// Types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue