aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure.ac
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2013-10-17 18:41:12 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-10-17 18:41:12 +0000
commitd5b18b0b138cc89f02f972c51c35c3bf287c9693 (patch)
tree81d7fdbd8fba080a94f29216e39e955383aa3246 /libgo/configure.ac
parent82e33890906a690158199ffddf4cd8b782252a07 (diff)
downloadgcc-d5b18b0b138cc89f02f972c51c35c3bf287c9693.zip
gcc-d5b18b0b138cc89f02f972c51c35c3bf287c9693.tar.gz
gcc-d5b18b0b138cc89f02f972c51c35c3bf287c9693.tar.bz2
syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.
From-SVN: r203788
Diffstat (limited to 'libgo/configure.ac')
-rw-r--r--libgo/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure.ac b/libgo/configure.ac
index ef5ea839..f7b780b 100644
--- a/libgo/configure.ac
+++ b/libgo/configure.ac
@@ -503,7 +503,7 @@ AC_CHECK_FUNCS(strerror_r strsignal wait4 mincore setenv dl_iterate_phdr)
AM_CONDITIONAL(HAVE_STRERROR_R, test "$ac_cv_func_strerror_r" = yes)
AM_CONDITIONAL(HAVE_WAIT4, test "$ac_cv_func_wait4" = yes)
-AC_CHECK_FUNCS(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)
+AC_CHECK_FUNCS(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)
AC_TYPE_OFF_T
AC_CHECK_TYPES([loff_t])