summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-02 21:07:52 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-02 21:07:52 +0000
commit2277da3178d75fc3259527c529f5c342f9b4f584 (patch)
tree4022d4e8fde18e8c78b0a4a1568f900976d4341a /libgo/config.h.in
parent882390bba75f5b189f4ae80f1d5b395476f83238 (diff)
downloadgcc-2277da3178d75fc3259527c529f5c342f9b4f584.tar.gz
libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184828 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index 22f296970a7..ccb79e187e4 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -196,7 +196,7 @@
/* Define to 1 if you have the `unshare' function. */
#undef HAVE_UNSHARE
-/* Define to 1 if you have the <ustat.h> header file. */
+/* Define to 1 if you have the <ustat.h> header file and it works. */
#undef HAVE_USTAT_H
/* Define to 1 if you have the <utime.h> header file. */