aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
diff options
context:
space:
mode:
authorNathan Dench <ndenc2@gmail.com>2019-05-24 15:16:44 +1000
committerNathan Dench <ndenc2@gmail.com>2019-05-24 15:16:44 +1000
commit107c1cdb09c575aa2f61d97f48d8587eb6bada4c (patch)
treeca7d008643efc555c388baeaf1d986e0b6b3e28c /vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
parent844b5a68d8af4791755b8f0ad293cc99f5959183 (diff)
downloadterraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.tar.gz
terraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.tar.zst
terraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.zip
Upgrade to 0.12
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)