diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-14 13:06:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-14 13:06:12 +0000 |
commit | 94e4c24434948b232e1a08fce7b0c2f871b1262e (patch) | |
tree | dca32620d19a4c31cc2185fc2a8e7133bbdde236 /pp_sys.c | |
parent | fcbfa962e80dc16f8db1afaeb5287e8a393d3942 (diff) | |
download | perl-94e4c24434948b232e1a08fce7b0c2f871b1262e.tar.gz |
Note about filesize limits.
p4raw-id: //depot/cfgperl@3990
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |