update from libc
[gnulib.git] / lib / __fpending.h
index 01614ab..a59bc58 100644 (file)
@@ -3,6 +3,16 @@
 #endif
 
 #include <stdio.h>
+
+#if HAVE_STDIO_EXT_H
+# include <stdio_ext.h>
+#endif
+
 #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