From 61bdf8e0d3afa2149ddeb58c70228b6de6256303 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 27 Dec 2006 18:33:31 +0100 Subject: [PATCH] lib/argp.h: remove __NTH for __argp_usage inline function --- lib/argp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.11.4.GIT