summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-20 09:09:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-20 09:09:29 +0000
commit09458382d6f82e1b78d84a10deb31f6e154f062a (patch)
tree7e79a96ad0af00223e102b025544372777b44026 /doio.c
parent5074e1459a05447c988d8848c58e2597f1ff73f9 (diff)
downloadperl-09458382d6f82e1b78d84a10deb31f6e154f062a.tar.gz
Add usemorebits and uselfs.
p4raw-id: //depot/cfgperl@4204
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doio.c b/doio.c
index 0b1cdd1ec4..2baecec6b1 100644
--- a/doio.c
+++ b/doio.c
@@ -141,7 +141,7 @@ Perl_do_open9(pTHX_ GV *gv, register char *name, I32 len, int as_raw,
}
if (as_raw) {
-#if defined(USE_64_BIT_OFFSETS) && defined(O_LARGEFILE)
+#if defined(USE_64_BIT_RAWIO) && defined(O_LARGEFILE)
rawmode |= O_LARGEFILE;
#endif