From c43b80e61df1aeb6d7872d89baa35a28dd05bd40 Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Tue, 1 Nov 2005 09:38:51 +0000 Subject: *** empty log message *** --- lib/__fpending.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/__fpending.h (limited to 'lib/__fpending.h') diff --git a/lib/__fpending.h b/lib/__fpending.h new file mode 100644 index 0000000..36a842e --- /dev/null +++ b/lib/__fpending.h @@ -0,0 +1,13 @@ +#include +#include + +#if HAVE_STDIO_EXT_H +# include +#endif + +#ifndef HAVE_DECL___FPENDING +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL___FPENDING +size_t __fpending (FILE *); +#endif -- cgit v1.2.3