diff options
author | Zefram <zefram@fysh.org> | 2017-12-19 10:35:58 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2017-12-22 16:00:57 +0000 |
commit | 5c7252f4f5c37bd8a9754b1d9f1f2a95310d1fe7 (patch) | |
tree | 7a512a9e322e2f1d3754c1f33987bc378e3c9ef5 /symbian | |
parent | 8e920bd341e241f50a74dbf8aa343319f204e200 (diff) | |
download | perl-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 'symbian')
-rw-r--r-- | symbian/config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 510970b159..31081eee06 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -48,6 +48,7 @@ d_PRIu64='undef' d_PRIx64='undef' d_SCNfldbl='undef' d__fwalk='undef' +d_accept4='undef' d_access='undef' d_accessx='undef' d_acosh='undef' @@ -123,6 +124,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' @@ -372,6 +374,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' |