1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 13:00:00 +02:00

declare __fpending only if necessary

This commit is contained in:
Jim Meyering
2000-08-28 14:55:18 +00:00
parent 92452ed0a0
commit 3c5e612fce
+5
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