fpending: fix typo
authorEric Blake <eblake@redhat.com>
Fri, 8 Nov 2013 15:44:02 +0000 (08:44 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 8 Nov 2013 15:44:02 +0000 (08:44 -0700)
Use correct witness macro name (reported by Paul Eggert).

* lib/fpending.h (__fpending): s/DECL_FPENDING/DECL___FPENDING/.

Signed-off-by: Eric Blake <eblake@redhat.com>
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