diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-20 07:14:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-20 07:14:39 +0000 |
commit | a71cd7cdf387023b3454db0a31c91c286865db8f (patch) | |
tree | 8a4e9514080087a87dc92b47dae26843e4bf72f4 /config_h.SH | |
parent | 160a7e377219ff437f0692a89b2530a641a78eb5 (diff) | |
download | perl-a71cd7cdf387023b3454db0a31c91c286865db8f.tar.gz |
Patches to fflushing in SunOS 4 from Andy Dougherty
(via private email).
p4raw-id: //depot/cfgperl@3437
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index 5bc9274e2f..ae4ba196d6 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2226,7 +2226,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- /* FFLUSH_ALL: * This symbol, if defined, tells that to flush * all pending stdio output one must loop through all - * the stdio file handles and fflush them. + * the stdio file handles stored in an array and fflush them. */ #$fflushNULL FFLUSH_NULL /**/ #$fflushall FFLUSH_ALL /**/ |