diff options
author | Tony Cook <tony@develop-help.com> | 2016-12-12 14:26:30 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2017-09-11 10:59:43 +1000 |
commit | d226c0a2bfaa78c245a5573af5c0f2681f925c8c (patch) | |
tree | d98efdf31e31c80d983084b023caeaba9182201b /uconfig.sh | |
parent | d62950713a9b1969a52015f065537f4a2cc224f3 (diff) | |
download | perl-d226c0a2bfaa78c245a5573af5c0f2681f925c8c.tar.gz |
add probes for openat, unlinkat, renameat, linkat and fchmodat
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 0da4e46f5e..9ebda12bdc 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -140,6 +140,7 @@ d_expm1='undef' d_faststdio='undef' d_fchdir='undef' d_fchmod='undef' +d_fchmodat='undef' d_fchown='undef' d_fcntl='undef' d_fcntl_can_lock='undef' @@ -281,6 +282,7 @@ d_lgamma='undef' d_lgamma_r='undef' d_libm_lib_version='undef' d_link='undef' +d_linkat='undef' d_llrint='undef' d_llrintl='undef' d_llround='undef' @@ -359,6 +361,7 @@ d_old_pthread_create_joinable='undef' d_oldpthreads='undef' d_oldsock='undef' d_open3='undef' +d_openat='undef' d_pathconf='undef' d_pause='undef' d_perl_otherlibdirs='undef' @@ -397,6 +400,7 @@ d_regcomp='define' d_remainder='undef' d_remquo='undef' d_rename='define' +d_renameat='undef' d_rewinddir='undef' d_rint='undef' d_rmdir='undef' @@ -545,6 +549,7 @@ d_ualarm='undef' d_umask='undef' d_uname='undef' d_union_semun='undef' +d_unlinkat='undef' d_unordered='undef' d_unsetenv='undef' d_uselocale='undef' |