diff options
author | Mikio Hara <mikioh.mikioh@gmail.com> | 2014-07-30 09:47:39 +0900 |
---|---|---|
committer | Mikio Hara <mikioh.mikioh@gmail.com> | 2014-07-30 09:47:39 +0900 |
commit | ed963c908d11fc6ffd17c9e9bc615cc134af6046 (patch) | |
tree | d6a112b2a2c85643c30dd7f8d55eff9fdebcfc87 /api | |
parent | d7566da188daf71e2b4e8129c0d33d112864ef3e (diff) | |
download | go-git-ed963c908d11fc6ffd17c9e9bc615cc134af6046.tar.gz |
undo CL 102610045 / 7244ce3ae9db
preparing for the syscall package freeze.
««« original CL description
syscall: regenerate z-files for darwin
Updates z-files from 10.7 kernel-based to 10.9 kernel-based.
LGTM=iant
R=golang-codereviews, bradfitz, iant
CC=golang-codereviews
https://golang.org/cl/102610045
»»»
LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/114530044
Diffstat (limited to 'api')
-rw-r--r-- | api/except.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/api/except.txt b/api/except.txt index 99f4397742..1a8296635d 100644 --- a/api/except.txt +++ b/api/except.txt @@ -327,27 +327,3 @@ pkg syscall (netbsd-arm), const SizeofIfData = 132 pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_1 [4]uint8 pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132 pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8 -pkg syscall (darwin-386), const AF_MAX = 38 -pkg syscall (darwin-386), const ELAST = 105 -pkg syscall (darwin-386), const EVFILT_SYSCOUNT = 12 -pkg syscall (darwin-386), const EVFILT_THREADMARKER = 12 -pkg syscall (darwin-386), const IPV6_FRAGTTL = 120 -pkg syscall (darwin-386), const SYS_MAXSYSCALL = 439 -pkg syscall (darwin-386-cgo), const AF_MAX = 38 -pkg syscall (darwin-386-cgo), const ELAST = 105 -pkg syscall (darwin-386-cgo), const EVFILT_SYSCOUNT = 12 -pkg syscall (darwin-386-cgo), const EVFILT_THREADMARKER = 12 -pkg syscall (darwin-386-cgo), const IPV6_FRAGTTL = 120 -pkg syscall (darwin-386-cgo), const SYS_MAXSYSCALL = 439 -pkg syscall (darwin-amd64), const AF_MAX = 38 -pkg syscall (darwin-amd64), const ELAST = 105 -pkg syscall (darwin-amd64), const EVFILT_SYSCOUNT = 12 -pkg syscall (darwin-amd64), const EVFILT_THREADMARKER = 12 -pkg syscall (darwin-amd64), const IPV6_FRAGTTL = 120 -pkg syscall (darwin-amd64), const SYS_MAXSYSCALL = 439 -pkg syscall (darwin-amd64-cgo), const AF_MAX = 38 -pkg syscall (darwin-amd64-cgo), const ELAST = 105 -pkg syscall (darwin-amd64-cgo), const EVFILT_SYSCOUNT = 12 -pkg syscall (darwin-amd64-cgo), const EVFILT_THREADMARKER = 12 -pkg syscall (darwin-amd64-cgo), const IPV6_FRAGTTL = 120 -pkg syscall (darwin-amd64-cgo), const SYS_MAXSYSCALL = 439 |