fpending: fix regression on DragonFly BSD
[gnulib.git] / lib / fpending.h
index 30d67fc..c12871d 100644 (file)
@@ -24,6 +24,6 @@
 # include <stdio_ext.h>
 #endif
 
-#ifndef __fpending
+#if !HAVE_DECL_FPENDING
 size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE;
 #endif