diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-24 02:38:28 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-24 02:38:28 +0000 |
commit | 9eb89a08a43dd46bf84c80d3e34e59acb85c24ae (patch) | |
tree | b799566fc3e96ceed28ddd0fcb8b09f6d0f4c4de /libgo/config.h.in | |
parent | 7d491656e4cdb7a77ab660c4cb31bb00f385e756 (diff) | |
download | gcc-9eb89a08a43dd46bf84c80d3e34e59acb85c24ae.tar.gz |
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.in | 3 |
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 |