diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-31 16:05:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-31 16:05:18 +0000 |
commit | a6e45062d7802a3c35e9edb488035c6f4b55b0ae (patch) | |
tree | 919ab7a281406e4f4957663bd22956e99540e7e8 /perl.h | |
parent | 51014d3ed70db1704d0df49424645f3d6b4d6224 (diff) | |
download | perl-a6e45062d7802a3c35e9edb488035c6f4b55b0ae.tar.gz |
Clarify the BeOS O_TEXT/O_BINARY situation.
p4raw-id: //depot/perl@13983
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |