]> Cypherpunks repositories - gostls13.git/commit
syscall: make use of include/linux when generating system constants
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 14 Feb 2014 15:47:28 +0000 (00:47 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 14 Feb 2014 15:47:28 +0000 (00:47 +0900)
commitbe9c514f84ed45872f8ed89046dc600a1408eb1c
treee9ed9523203d54d6c15b9e9fb4e5fd5c4bc6cb7c
parent47534ddc68d6c605db2d5ec5726927a244159ad9
syscall: make use of include/linux when generating system constants

On Linux include/net directory is just to help porting applications
from BSDs and files under net keep less information than include/linux.
Making use of files under include/linux instead of include/net prevents
lack of information.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/63930043
src/pkg/syscall/mkerrors.sh