fpending: fix typo
[gnulib.git] / lib / fpending.h
index c12871d..306a083 100644 (file)
@@ -24,6 +24,6 @@
 # include <stdio_ext.h>
 #endif
 
-#if !HAVE_DECL_FPENDING
+#if !HAVE_DECL___FPENDING
 size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE;
 #endif