changeset 17548:ba7796e3e861

fpending: fix typo 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>
author Eric Blake <eblake@redhat.com>
date Fri, 08 Nov 2013 08:44:02 -0700
parents bea55f5d7b30
children e44a7389ab62
files lib/fpending.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fpending.h
+++ b/lib/fpending.h
@@ -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