fpending: fix regression on DragonFly BSD
[gnulib.git] / lib / fpending.h
index bf40d37..c12871d 100644 (file)
 
 #include <stddef.h>
 #include <stdio.h>
+#if HAVE_STDIO_EXT_H
+# include <stdio_ext.h>
+#endif
 
-#if HAVE_DECL___FPENDING
-# if HAVE_STDIO_EXT_H
-#  include <stdio_ext.h>
-# endif
-#else
-size_t __fpending (FILE *);
+#if !HAVE_DECL_FPENDING
+size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE;
 #endif