Import the following change from libc; problem reported by
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Dec 2006 23:36:43 +0000 (23:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Dec 2006 23:36:43 +0000 (23:36 +0000)
Sven Verdoolaege.

2005-10-13  Ulrich Drepper  <drepper@redhat.com>

[BZ #1373]
* lib/argp.h: Remove __NTH for __argp_usage inline function.

ChangeLog
lib/argp.h

index a572a98..5e56c75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Import the following change from libc; problem reported by
+       Sven Verdoolaege.
+
+       2005-10-13  Ulrich Drepper  <drepper@redhat.com>
+
+       [BZ #1373]
+       * lib/argp.h: Remove __NTH for __argp_usage inline function.
+
 2006-12-28  Jim Meyering  <jim@meyering.net>
 
        * build-aux/announce-gen: Do not assume that the package
index 1b7cf3a..13b0cdd 100644 (file)
@@ -582,7 +582,7 @@ extern void *__argp_input (const struct argp *__restrict __argp,
 # endif
 
 ARGP_EI void
-__NTH (__argp_usage (const struct argp_state *__state))
+__argp_usage (const struct argp_state *__state)
 {
   __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE);
 }