commit | 8f9844348fc66b560e5193cb402085d91f466788 | [log] [tgz] |
---|---|---|
author | Joel Sing <jsing@google.com> | Tue Jan 07 23:04:17 2014 +1100 |
committer | Joel Sing <jsing@google.com> | Tue Jan 07 23:04:17 2014 +1100 |
tree | 23ef445242fc40f2278800f0af7583f17bef8090 | |
parent | d227d680ece216603c31e36ee995b814259325dc [diff] |
syscall: include mmap constants in netbsd zerror* files Include the <sys/mman.h> header for NetBSD mkerrors.sh. This brings in constants used with mmap(2), msync(2) and mlockall(2). The regeneration of the NetBSD zerror* files also picks clone(2) related constants. Update #4929. R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/45510044