summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-14 13:06:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-14 13:06:12 +0000
commit94e4c24434948b232e1a08fce7b0c2f871b1262e (patch)
treedca32620d19a4c31cc2185fc2a8e7133bbdde236 /pp_sys.c
parentfcbfa962e80dc16f8db1afaeb5287e8a393d3942 (diff)
downloadperl-94e4c24434948b232e1a08fce7b0c2f871b1262e.tar.gz
Note about filesize limits.
p4raw-id: //depot/cfgperl@3990
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_sys.c b/pp_sys.c
index ecaebe33ef..afac5ab1ce 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -1667,6 +1667,7 @@ PP(pp_send)
else
#endif
{
+ /* See the note at doio.c:do_print about filesize limits. --jhi */
length = PerlLIO_write(PerlIO_fileno(IoIFP(io)),
buffer+offset, length);
}