mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
gofmt-ify syscall
(replacement for CL 1018053) R=r http://go/go-review/1017047
This commit is contained in:
parent
30c7088c95
commit
bd4f94057f
16 changed files with 168 additions and 178 deletions
|
|
@ -176,7 +176,7 @@ const (
|
|||
SIGINT = 0x2;
|
||||
SIGIOT = 0x6;
|
||||
SIGTERM = 0xf;
|
||||
O_EXCL = 0x80;
|
||||
O_EXCL = 0x80;
|
||||
)
|
||||
|
||||
// Types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue