From: Jarkko Hietaniemi Date: Mon, 31 Dec 2001 16:05:18 +0000 (+0000) Subject: Clarify the BeOS O_TEXT/O_BINARY situation. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6e45062d7802a3c35e9edb488035c6f4b55b0ae;p=p5sagit%2Fp5-mst-13.2.git Clarify the BeOS O_TEXT/O_BINARY situation. p4raw-id: //depot/perl@13983 --- diff --git a/perl.h b/perl.h index 89e0a12..593df8c 100644 --- a/perl.h +++ b/perl.h @@ -3944,6 +3944,8 @@ int flock(int fd, int op); /* If you have different O_TEXT and O_BINARY and you are a CLRF shop, * that is, you are somehow DOSish. */ # if defined(__BEOS__) + /* BeOS has O_TEXT != O_BINARY but O_TEXT and O_BINARY have no effect; + * BeOS is always UNIXoid (LF), not DOSish (CRLF). */ /* If you have O_TEXT different from your O_BINARY but you still are * not a CRLF shop. */ # undef PERLIO_USING_CRLF