syscall: add NOTE_* constants on OS X

R=rsc
CC=golang-dev
https://golang.org/cl/5570043
This commit is contained in:
Robert Figueiredo 2012-01-25 15:50:23 -05:00 committed by Russ Cox
parent 9f16d7fbee
commit 82d06e8f3c
3 changed files with 2111 additions and 2039 deletions

View File

@ -177,7 +177,7 @@ ccflags="$@"
$2 ~ /^SIG[^_]/ ||
$2 ~ /^IN_/ ||
$2 ~ /^LOCK_(SH|EX|NB|UN)$/ ||
$2 ~ /^(AF|SOCK|SO|SOL|IPPROTO|IP|IPV6|TCP|EVFILT|EV|SHUT|PROT|MAP|PACKET|MSG|SCM|MCL|DT|MADV|PR)_/ ||
$2 ~ /^(AF|SOCK|SO|SOL|IPPROTO|IP|IPV6|TCP|EVFILT|NOTE|EV|SHUT|PROT|MAP|PACKET|MSG|SCM|MCL|DT|MADV|PR)_/ ||
$2 == "SOMAXCONN" ||
$2 == "NAME_MAX" ||
$2 == "IFNAMSIZ" ||

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff