From 01b89fc94ab0b55586ac695e89bfbf0a9a1c6587 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 28 Dec 2006 23:36:43 +0000 Subject: [PATCH] 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. --- ChangeLog | 10 ++++++++++ lib/argp.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a572a9882f..5e56c758bc 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 1b7cf3ad01..13b0cddc88 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); } -- 2.30.2