mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-27 01:44:21 +00:00
declare __fpending only if necessary
This commit is contained in:
parent
92452ed0a0
commit
3c5e612fce
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user