syscall: Add ioctl consts from if_tun.h
authorIan Lance Taylor <ian@gcc.gnu.org>
Sat, 25 Jul 2015 00:01:04 +0000 (00:01 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Sat, 25 Jul 2015 00:01:04 +0000 (00:01 +0000)
commit2850beb940a4a05e901fe608cf7d45dc8efbb49e
tree2bf6b3de2603347489d6e17a4adf5d230d6252c9
parent120536c753c841519ccf7170db5ee40c015219fc
syscall:  Add ioctl consts from if_tun.h

    During the gccgo build define constants from
    some header files are processed by mksysinfo.sh and
    added to syscall.go.  In some cases the constants
    are based on macros which are not processed
    correctly by mksysinfo.sh.  This adds the support
    to generate the correct values for the TUN* constants
    from linux/if_tun.h.

    Fixes golang/go#11707

    Reviewed-on: https://go-review.googlesource.com/12491

From-SVN: r226196
gcc/go/gofrontend/MERGE
libgo/mksysinfo.sh