summaryrefslogtreecommitdiff
path: root/libgo/configure
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-17 18:41:12 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-17 18:41:12 +0000
commit51a6dfd0e77c00963c41cdbb5b9551cfc2cb0f03 (patch)
tree81d7fdbd8fba080a94f29216e39e955383aa3246 /libgo/configure
parent66e3f7be49309d0fed9a8bf0e80b8019bc7d7287 (diff)
downloadgcc-51a6dfd0e77c00963c41cdbb5b9551cfc2cb0f03.tar.gz
syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203788 138bc75d-0d04-0410-961f-82ee72b054a4
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 40aeb0db211..90cafb58f1c 100755
--- a/libgo/configure
+++ b/libgo/configure
@@ -14706,7 +14706,7 @@ else
fi
-for ac_func in accept4 epoll_create1 faccessat fallocate fchmodat fchownat futimesat inotify_add_watch inotify_init inotify_init1 inotify_rm_watch mkdirat mknodat openat pipe2 renameat 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 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"