summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-26 11:56:20 +0000
committerJim Meyering <jim@meyering.net>2000-08-26 11:56:20 +0000
commit4edc4fdd201fc993f38843306efa3f00b07cd364 (patch)
treec8ea479840490176b0cedf073b9322080ad8ed6a /m4
parentbf25ff568685900f36fcd11b3fc9a242c3fe4d46 (diff)
downloadcoreutils-4edc4fdd201fc993f38843306efa3f00b07cd364.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/fpending.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/fpending.m4 b/m4/fpending.m4
index 6e287975e..b512f5d0b 100644
--- a/m4/fpending.m4
+++ b/m4/fpending.m4
@@ -4,6 +4,10 @@ dnl From Jim Meyering
dnl Using code from emacs, based on suggestions from Paul Eggert
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.
+
AC_DEFUN(jm_FUNC_FPENDING,
[
AC_CHECK_HEADERS(stdio_ext.h)