diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-07-25 00:01:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-07-25 00:01:04 +0000 |
commit | 2850beb940a4a05e901fe608cf7d45dc8efbb49e (patch) | |
tree | 2bf6b3de2603347489d6e17a4adf5d230d6252c9 /gcc/go | |
parent | 120536c753c841519ccf7170db5ee40c015219fc (diff) | |
download | gcc-2850beb940a4a05e901fe608cf7d45dc8efbb49e.zip gcc-2850beb940a4a05e901fe608cf7d45dc8efbb49e.tar.gz gcc-2850beb940a4a05e901fe608cf7d45dc8efbb49e.tar.bz2 |
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
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 09ff6c3..663ad80 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -e4a5e2b2a9dc556685db09421a95871f195f768b +3aa95d96181dc4525b1b8ec189f9104afa6d7609 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |