summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-31 16:05:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-31 16:05:18 +0000
commita6e45062d7802a3c35e9edb488035c6f4b55b0ae (patch)
tree919ab7a281406e4f4957663bd22956e99540e7e8 /perl.h
parent51014d3ed70db1704d0df49424645f3d6b4d6224 (diff)
downloadperl-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 89e0a126e5..593df8cd77 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