aboutsummaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-24 02:38:28 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-24 02:38:28 +0000
commit9eb89a08a43dd46bf84c80d3e34e59acb85c24ae (patch)
treeb799566fc3e96ceed28ddd0fcb8b09f6d0f4c4de /libgo/config.h.in
parent7d491656e4cdb7a77ab660c4cb31bb00f385e756 (diff)
syscall: Only call varargs libc functions from C code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205321 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index 8af626d6208..73854351c76 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -177,6 +177,9 @@
/* Define to 1 if the system has the type `off64_t'. */
#undef HAVE_OFF64_T
+/* Define to 1 if you have the `open64' function. */
+#undef HAVE_OPEN64
+
/* Define to 1 if you have the `openat' function. */
#undef HAVE_OPENAT