declare __fpending only if necessary

This commit is contained in:
Jim Meyering 2000-08-28 14:55:18 +00:00
parent 92452ed0a0
commit 3c5e612fce

View File

@ -10,4 +10,9 @@
#include <sys/types.h>
#ifndef HAVE_DECL___FPENDING
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL___FPENDING
size_t __fpending (FILE *);
#endif