From 972f69daf801cbd547361438942aeb6de31e45bb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Aug 2000 14:55:18 +0000 Subject: [PATCH] declare __fpending only if necessary --- lib/__fpending.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/__fpending.h b/lib/__fpending.h index 2130c90711..a59bc58d50 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 -- 2.30.2