From f54c5e0abf2516b8365d0eddadab075737dd2e1f Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Sat, 9 Feb 2019 09:15:11 -0800 Subject: [PATCH] unix: update zsysnum_darwin_amd64 for macOS 10.14 Change-Id: I77f491029a8f2e37ffbda3d0f50795287d6cd641 Reviewed-on: https://go-review.googlesource.com/c/161720 Run-TryBot: Josh Bleecher Snyder TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- unix/zsysnum_darwin_amd64.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/unix/zsysnum_darwin_amd64.go b/unix/zsysnum_darwin_amd64.go index 9e2837e0..654dd3da 100644 --- a/unix/zsysnum_darwin_amd64.go +++ b/unix/zsysnum_darwin_amd64.go @@ -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 )