From: Eric Blake Date: Fri, 8 Nov 2013 15:44:02 +0000 (-0700) Subject: fpending: fix typo X-Git-Tag: v1.0~7510 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=868c538becccc66706826fc99b1c10244f72579e;p=gnulib.git 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 c12871d854..306a083e34 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