From d957169cf841dcf120b1095abfdb9a8a3a7f55e1 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 6 Mar 2014 01:19:16 -0500 Subject: [PATCH] api: add NetBSD/ARM EABI exceptions. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/71940043 --- api/except.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/except.txt b/api/except.txt index 85fda760ba..4f3f5f0bb8 100644 --- a/api/except.txt +++ b/api/except.txt @@ -395,3 +395,7 @@ pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8 pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8 pkg syscall (freebsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 +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 -- 2.48.1