diff options
Diffstat (limited to 'src/pkg/syscall/zerrors_darwin_386.go')
-rw-r--r-- | src/pkg/syscall/zerrors_darwin_386.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/syscall/zerrors_darwin_386.go b/src/pkg/syscall/zerrors_darwin_386.go index cdb860543..bb3a1610c 100644 --- a/src/pkg/syscall/zerrors_darwin_386.go +++ b/src/pkg/syscall/zerrors_darwin_386.go @@ -273,6 +273,7 @@ const ( F_WRLCK = 0x3 HUPCL = 0x4000 ICANON = 0x100 + ICMP6_FILTER = 0x12 ICRNL = 0x100 IEXTEN = 0x400 IFF_ALLMULTI = 0x200 @@ -746,6 +747,9 @@ const ( PARMRK = 0x8 PARODD = 0x2000 PENDIN = 0x20000000 + PRIO_PGRP = 0x1 + PRIO_PROCESS = 0x0 + PRIO_USER = 0x2 PROT_EXEC = 0x4 PROT_NONE = 0x0 PROT_READ = 0x1 |