From: Paul Eggert Date: Thu, 28 Dec 2006 23:36:43 +0000 (+0000) Subject: Import the following change from libc; problem reported by X-Git-Tag: cvs-readonly~1456 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=01b89fc94ab0b55586ac695e89bfbf0a9a1c6587;p=gnulib.git Import the following change from libc; problem reported by Sven Verdoolaege. 2005-10-13 Ulrich Drepper [BZ #1373] * lib/argp.h: Remove __NTH for __argp_usage inline function. --- diff --git a/ChangeLog b/ChangeLog index a572a9882..5e56c758b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-12-28 Paul Eggert + + Import the following change from libc; problem reported by + Sven Verdoolaege. + + 2005-10-13 Ulrich Drepper + + [BZ #1373] + * lib/argp.h: Remove __NTH for __argp_usage inline function. + 2006-12-28 Jim Meyering * build-aux/announce-gen: Do not assume that the package diff --git a/lib/argp.h b/lib/argp.h index 1b7cf3ad0..13b0cddc8 100644 --- a/lib/argp.h +++ b/lib/argp.h @@ -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); }