summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2014-12-16 21:09:40 -0600
committerCraig A. Berry <craigberry@mac.com>2014-12-16 21:21:08 -0600
commit0bb6ccda976992dbfb1998af5f6aea18e9dccec2 (patch)
treeed38849b3babe8205e0d4c7f9896f24ae01140bc /configure.com
parent14c8eaf861cb4863a59c3d58f1b6d1d6f48def1c (diff)
downloadperl-0bb6ccda976992dbfb1998af5f6aea18e9dccec2.tar.gz
VMS does have fsync, so configure accordingly.
And has had since roughly the beginning of time, and has even been using it since right around then in vms/vms.c. But it doesn't work on read-only filehandles, so skip the test that expects that.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index da47e65c3d..f4dbab3937 100644
--- a/configure.com
+++ b/configure.com
@@ -6079,7 +6079,7 @@ $ WC "d_fseeko='" + d_fseeko + "'"
$ WC "d_fsetpos='define'"
$ WC "d_fstatfs='undef'"
$ WC "d_fstatvfs='" + d_fstatvfs + "'"
-$ WC "d_fsync='undef'"
+$ WC "d_fsync='define'"
$ WC "d_ftello='" + d_ftello + "'"
$ WC "d_ftime='define'"
$ WC "d_futimes='undef'"