From 6b05faddf0bd5e2639b6090b99d2b0186f5e6e31 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 24 Nov 2013 02:38:28 +0000 Subject: syscall: Only call varargs libc functions from C code. From-SVN: r205321 --- libgo/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgo/config.h.in') 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 -- cgit v1.2.3