diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2015-12-29 22:58:51 -0500 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2016-01-04 11:10:34 -0500 |
commit | 8b8c6ab7a0f348f87b1d3cb71ad386b19d348719 (patch) | |
tree | 6e3d11ab2dea4903acb825d7366eadec7951c117 /uconfig64.sh | |
parent | 36b1c8929241ab83b3003de806e94e66990e4c6d (diff) | |
download | perl-8b8c6ab7a0f348f87b1d3cb71ad386b19d348719.tar.gz |
Add Configure support for fdclose() for [perl #126847].
This patch also adjusts the generated files suggested by
Porting/checkcfgvar.pl.
Diffstat (limited to 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index ec09c1e2f8..8835d61d8c 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -138,6 +138,7 @@ d_fcntl='undef' d_fcntl_can_lock='undef' d_fd_macros='undef' d_fd_set='undef' +d_fdclose='undef' d_fdim='undef' d_fds_bits='undef' d_fegetround='undef' |