diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-22 20:07:23 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-22 20:07:23 +0000 |
commit | 62c34bfbaa44da92a4c3cb45314370d19b0d324c (patch) | |
tree | 727c68d58637cfdca680a6ec562c70daced9b676 /libgo/config.h.in | |
parent | a69222633cb440d6253927a4ce762a9084906dd6 (diff) | |
download | gcc-62c34bfbaa44da92a4c3cb45314370d19b0d324c.tar.gz |
mksysinfo: More fixes to emulate master Go library.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186685 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index 2aea3a423e8..91b91bfb0a9 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -48,6 +48,9 @@ /* Define to 1 if you have the <linux/filter.h> header file. */ #undef HAVE_LINUX_FILTER_H +/* Define to 1 if you have the <linux/fs.h> header file. */ +#undef HAVE_LINUX_FS_H + /* Define to 1 if you have the <linux/if_addr.h> header file. */ #undef HAVE_LINUX_IF_ADDR_H |