vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
child 256 6d9efbef00a9
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
     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
     5 
     5 
     6 package unix
     6 package unix
   429 	SYS_NET_QOS_GUIDELINE              = 525
   429 	SYS_NET_QOS_GUIDELINE              = 525
   430 	SYS_FMOUNT                         = 526
   430 	SYS_FMOUNT                         = 526
   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 )