summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2013-11-08 08:44:02 -0700
committerEric Blake <eblake@redhat.com>2013-11-08 08:44:02 -0700
commit868c538becccc66706826fc99b1c10244f72579e (patch)
tree53855ef7455b3563518831e7a966c339cb4f7bc7 /lib
parent6fea8a94379432b41d19aa2e9701de0af4db244d (diff)
downloadgnulib-868c538becccc66706826fc99b1c10244f72579e.tar.gz
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/fpending.h2
1 files changed, 1 insertions, 1 deletions
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 <stdio_ext.h>
#endif
-#if !HAVE_DECL_FPENDING
+#if !HAVE_DECL___FPENDING
size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE;
#endif