summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-12-12 14:26:30 +1100
committerTony Cook <tony@develop-help.com>2017-09-11 10:59:43 +1000
commitd226c0a2bfaa78c245a5573af5c0f2681f925c8c (patch)
treed98efdf31e31c80d983084b023caeaba9182201b /plan9
parentd62950713a9b1969a52015f065537f4a2cc224f3 (diff)
downloadperl-d226c0a2bfaa78c245a5573af5c0f2681f925c8c.tar.gz
add probes for openat, unlinkat, renameat, linkat and fchmodat
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config_sh.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 49a42ff13d..9ca482d5b2 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -202,6 +202,7 @@ d_expm1='undef'
d_faststdio='undef'
d_fchdir='undef'
d_fchmod='define'
+d_fchmodat='undef'
d_fchown='undef'
d_fcntl='define'
d_fcntl_can_lock='undef'
@@ -342,6 +343,7 @@ d_lgamma='undef'
d_lgamma_r='undef'
d_libm_lib_version='0'
d_link='define'
+d_linkat='undef'
d_llrint='undef'
d_llrintl='undef'
d_llround='undef'
@@ -420,6 +422,7 @@ d_old_pthread_create_joinable='undef'
d_oldpthreads='undef'
d_oldsock='undef'
d_open3='define'
+d_openat='undef'
d_pathconf='define'
d_pause='define'
d_perl_otherlibdirs='undef'
@@ -458,6 +461,7 @@ d_regcomp='undef'
d_remainder='undef'
d_remquo='undef'
d_rename='define'
+d_renameat='undef'
d_rewinddir='define'
d_rint='undef'
d_rmdir='define'
@@ -606,6 +610,7 @@ d_ualarm='undef'
d_umask='define'
d_uname='define'
d_union_semun='undef'
+d_unlinkat='undef'
d_unordered='undef'
d_unsetenv='undef'
d_uselocale='undef'