diff --git a/lib/__fpending.h b/lib/__fpending.h index 2130c9071..a59bc58d5 100644 --- a/lib/__fpending.h +++ b/lib/__fpending.h @@ -10,4 +10,9 @@ #include +#ifndef HAVE_DECL___FPENDING +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL___FPENDING size_t __fpending (FILE *); +#endif