r269401 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Tue Mar 5 20:49:00 GMT 2019


Author: ian
Date: Tue Mar  5 20:49:21 2019
New Revision: 269401

URL: https://gcc.gnu.org/viewcvs?rev=269401&root=gcc&view=rev
Log:
    sysinfo: add Flags to Statfs_t if not already there
    
    If there is no f_flags field in statfs_t then rename one of the
    f_spare fields, as happened in Linux kernel version 2.6.36.  This
    fixes the build on CentOS 5.11.  The CentOS kernel will hopefully not
    fill in the f_spare field, so the resulting flags will be zero.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/165417

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/mksysinfo.sh



More information about the Gcc-cvs mailing list