changeset 37228:2da4036f0045

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 71cf3cc49683
children 8cabe46c47b3
files lib/fpending.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fpending.h	Fri Nov 08 06:33:43 2013 -0700
+++ b/lib/fpending.h	Fri Nov 08 08:44:02 2013 -0700
@@ -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