|
|
@@ -1,4 +1,4 @@
|
|
|
-// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/sys/syscall.h
|
|
|
+// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/syscall.h
|
|
|
// Code generated by the command above; see README.md. DO NOT EDIT.
|
|
|
|
|
|
// +build amd64,darwin
|
|
|
@@ -431,6 +431,8 @@ const (
|
|
|
SYS_NTP_ADJTIME = 527
|
|
|
SYS_NTP_GETTIME = 528
|
|
|
SYS_OS_FAULT_WITH_PAYLOAD = 529
|
|
|
- SYS_MAXSYSCALL = 530
|
|
|
+ SYS_KQUEUE_WORKLOOP_CTL = 530
|
|
|
+ SYS___MACH_BRIDGE_REMOTE_TIME = 531
|
|
|
+ SYS_MAXSYSCALL = 532
|
|
|
SYS_INVALID = 63
|
|
|
)
|