summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-12-19 10:35:58 +0000
committerZefram <zefram@fysh.org>2017-12-22 16:00:57 +0000
commit5c7252f4f5c37bd8a9754b1d9f1f2a95310d1fe7 (patch)
tree7a512a9e322e2f1d3754c1f33987bc378e3c9ef5 /Cross
parent8e920bd341e241f50a74dbf8aa343319f204e200 (diff)
downloadperl-5c7252f4f5c37bd8a9754b1d9f1f2a95310d1fe7.tar.gz
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.
Diffstat (limited to 'Cross')
-rw-r--r--Cross/config.sh-arm-linux3
-rw-r--r--Cross/config.sh-arm-linux-n7703
2 files changed, 6 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 993a1b3896..ea63ba550f 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -103,6 +103,7 @@ d_PRIu64='define'
d_PRIx64='define'
d_SCNfldbl='define'
d__fwalk='undef'
+d_accept4='undef'
d_access='define'
d_accessx='undef'
d_acosh='define'
@@ -178,6 +179,7 @@ d_double_style_vax='undef'
d_drand48_r='undef'
d_drand48proto='define'
d_dup2='define'
+d_dup3='undef'
d_eaccess='undef'
d_endgrent='define'
d_endgrent_r='undef'
@@ -425,6 +427,7 @@ d_pathconf='define'
d_pause='define'
d_perl_otherlibdirs='undef'
d_phostname='undef'
+d_pipe2='undef'
d_pipe='define'
d_poll='define'
d_portable='define'
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index d60755acc4..0f3bce0c37 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -102,6 +102,7 @@ d_PRIu64='define'
d_PRIx64='define'
d_SCNfldbl='define'
d__fwalk='undef'
+d_accept4='undef'
d_access='define'
d_accessx='undef'
d_acosh='define'
@@ -177,6 +178,7 @@ d_double_style_vax='undef'
d_drand48_r='undef'
d_drand48proto='define'
d_dup2='define'
+d_dup3='undef'
d_eaccess='undef'
d_endgrent='define'
d_endgrent_r='undef'
@@ -424,6 +426,7 @@ d_pathconf='define'
d_pause='define'
d_perl_otherlibdirs='undef'
d_phostname='undef'
+d_pipe2='undef'
d_pipe='define'
d_poll='define'
d_portable='define'