changeset 2850:8a31c41f2f52

tweak comment
author Jim Meyering <jim@meyering.net>
date Sun, 03 Sep 2000 15:25:11 +0000
parents a7cffadea321
children d2bf7ab893af
files m4/fpending.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/fpending.m4	Thu Aug 31 17:19:13 2000 +0000
+++ b/m4/fpending.m4	Sun Sep 03 15:25:11 2000 +0000
@@ -5,8 +5,8 @@
 dnl and Ulrich Drepper.
 
 dnl Find out how to determine the number of pending output bytes on a stream.
-dnl Solaris provides __fpending.  On other systems, we have to grub around
-dnl in the FILE struct.
+dnl glibc (2.1.93 and newer) and Solaris provide __fpending.  On other systems,
+dnl we have to grub around in the FILE struct.
 
 AC_DEFUN(jm_FUNC_FPENDING,
 [