8sa1-gcc/libgo/go
Nikhil Benesch dc570700be libgo: export NetBSD-specific types in mksysinfo.sh
The syscall package depends on many NetBSD-specific types on NetBSD.
Teach mksysinfo.sh to export these types.

This alone is not sufficient to get the syscall package to compile on
NetBSD, but it's a start.

Note that the IfMsgHdr type is recapitalized to IfMsghdr, which requires
changes in the AIX port. The new capitalization is what's used by
upstream in existing NetBSD-specific code and is more consistent with
the capitalization of other C structs with the "hdr" suffix.

Updates golang/go#38538.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/261739
2020-10-14 13:56:01 -07:00
..
archive
bufio
builtin
bytes
cmd
compress
container
context
crypto
database/sql
debug
encoding
errors
expvar
flag
fmt
go
golang.org/x
hash
html
image
index/suffixarray
internal reflect: ensure uniqueness of type descriptors on AIX. 2020-10-13 17:54:37 -07:00
io
log
math
mime
net
os
path
plugin
reflect reflect: ensure uniqueness of type descriptors on AIX. 2020-10-13 17:54:37 -07:00
regexp
runtime libgo: export NetBSD-specific types in mksysinfo.sh 2020-10-14 13:56:01 -07:00
sort
strconv
strings
sync
syscall syscall: port fix for netbsd unix sockets from upstream 2020-10-13 22:19:35 -07:00
testdata
testing
text
time
unicode