changeset 7762:587dfa2a1346

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 28 Dec 2006 23:36:43 +0000
parents 40f43f921279
children e75fbbb13ac0
files ChangeLog lib/argp.h
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/argp.h
+++ b/lib/argp.h
@@ -582,7 +582,7 @@
 # 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);
 }