From: Sven Verdoolaege <[EMAIL PROTECTED]> The original declaration conflicts with the declaration on line 523. The same change was performed on glibc by Ulrich Drepper. --- lib/argp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/argp.h b/lib/argp.h index 1b7cf3a..13b0cdd 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); } -- 1.4.4.2.g8336