From 5c7252f4f5c37bd8a9754b1d9f1f2a95310d1fe7 Mon Sep 17 00:00:00 2001 From: Zefram Date: Tue, 19 Dec 2017 10:35:58 +0000 Subject: configure probes for accept4(), dup3(), pipe2() These will shortly be used to implement I/O operations that create file descriptors with the FD_CLOEXEC flag set atomically. --- uconfig64.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uconfig64.sh') diff --git a/uconfig64.sh b/uconfig64.sh index b2f5663a13..2d23b89bec 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -42,6 +42,7 @@ d_PRIu64='define' d_PRIx64='define' d_SCNfldbl='define' d__fwalk='undef' +d_accept4='undef' d_access='undef' d_accessx='undef' d_acosh='undef' @@ -117,6 +118,7 @@ d_double_style_vax='undef' d_drand48_r='undef' d_drand48proto='undef' d_dup2='undef' +d_dup3='undef' d_eaccess='undef' d_endgrent='undef' d_endgrent_r='undef' @@ -365,6 +367,7 @@ d_pathconf='undef' d_pause='undef' d_perl_otherlibdirs='undef' d_phostname='undef' +d_pipe2='undef' d_pipe='undef' d_poll='undef' d_portable='undef' -- cgit v1.2.1