aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure
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/configure
parent473f48333b6f0a6fd348bab83a647a5ef4635246 (diff)
downloadgcc-6b05faddf0bd5e2639b6090b99d2b0186f5e6e31.zip
gcc-6b05faddf0bd5e2639b6090b99d2b0186f5e6e31.tar.gz
gcc-6b05faddf0bd5e2639b6090b99d2b0186f5e6e31.tar.bz2
syscall: Only call varargs libc functions from C code.
From-SVN: r205321
Diffstat (limited to 'libgo/configure')
-rwxr-xr-xlibgo/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure b/libgo/configure
index 62082dc..46bb606 100755
--- a/libgo/configure
+++ b/libgo/configure
@@ -14718,7 +14718,7 @@ else
fi
-for ac_func in accept4 dup3 epoll_create1 faccessat fallocate fchmodat fchownat futimesat getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch listxattr mkdirat mknodat openat pipe2 removexattr renameat setxattr sync_file_range splice tee unlinkat unshare utimensat
+for ac_func in accept4 dup3 epoll_create1 faccessat fallocate fchmodat fchownat futimesat getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch listxattr mkdirat mknodat open64 openat pipe2 removexattr renameat setxattr sync_file_range splice tee unlinkat unshare utimensat
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"