From: Jim Meyering Date: Sat, 26 Aug 2000 11:56:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0z~97 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4edc4fdd201fc993f38843306efa3f00b07cd364;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/fpending.m4 b/m4/fpending.m4 index 6e287975e6..b512f5d0bd 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)