From 868c538becccc66706826fc99b1c10244f72579e Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 8 Nov 2013 08:44:02 -0700 Subject: [PATCH] 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 --- lib/fpending.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0