From: Eric Blake Date: Fri, 8 Nov 2013 15:44:02 +0000 (-0700) Subject: fpending: fix typo X-Git-Tag: snapshot-start~41 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=868c538becccc66706826fc99b1c10244f72579e 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 --- diff --git a/lib/fpending.h b/lib/fpending.h index c12871d85..306a083e3 100644 --- a/lib/fpending.h +++ b/lib/fpending.h @@ -24,6 +24,6 @@ # include #endif -#if !HAVE_DECL_FPENDING +#if !HAVE_DECL___FPENDING size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE; #endif