summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2013-11-24 02:38:28 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-11-24 02:38:28 +0000
commit6b05faddf0bd5e2639b6090b99d2b0186f5e6e31 (patch)
treeb799566fc3e96ceed28ddd0fcb8b09f6d0f4c4de /libgo/config.h.in
parent473f48333b6f0a6fd348bab83a647a5ef4635246 (diff)
syscall: Only call varargs libc functions from C code.
From-SVN: r205321
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