aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go')
-rw-r--r--vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
index e35de41..654dd3d 100644
--- a/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
+++ b/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
@@ -1,4 +1,4 @@
1// mksysnum_darwin.pl /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/sys/syscall.h 1// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/syscall.h
2// Code generated by the command above; see README.md. DO NOT EDIT. 2// Code generated by the command above; see README.md. DO NOT EDIT.
3 3
4// +build amd64,darwin 4// +build amd64,darwin
@@ -431,6 +431,8 @@ const (
431 SYS_NTP_ADJTIME = 527 431 SYS_NTP_ADJTIME = 527
432 SYS_NTP_GETTIME = 528 432 SYS_NTP_GETTIME = 528
433 SYS_OS_FAULT_WITH_PAYLOAD = 529 433 SYS_OS_FAULT_WITH_PAYLOAD = 529
434 SYS_MAXSYSCALL = 530 434 SYS_KQUEUE_WORKLOOP_CTL = 530
435 SYS___MACH_BRIDGE_REMOTE_TIME = 531
436 SYS_MAXSYSCALL = 532
435 SYS_INVALID = 63 437 SYS_INVALID = 63
436) 438)