This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Try to handle platforms that have O_TEXT != O_BINARY but
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 11 Dec 2001 14:33:14 +0000 (14:33 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 11 Dec 2001 14:33:14 +0000 (14:33 +0000)
commit6ce75a778d390cfc1b903c40f2566d0e560efcd8
tree852095faac15bf2d497b71c3f3e0f8056eb91709
parentd2492938eb072e03ead75c841f11237d3b984c72
Try to handle platforms that have O_TEXT != O_BINARY but
which are not DOSish, BeOS being one of such platforms.
Ideally this should be a Configure test, not a hardwired
cpp symbol test...

p4raw-id: //depot/perl@13621
doio.c
perl.h
perlio.c
perliol.h