From: Ulrich Drepper Date: Tue, 16 Sep 2003 05:46:27 +0000 (+0000) Subject: (argp_parse, __argp_parse): Remove __THROW. X-Git-Tag: cvs/glibc-2_3_3~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=005f8d92720387e74ab5decd8407c2c50a6e454e;p=thirdparty%2Fglibc.git (argp_parse, __argp_parse): Remove __THROW. --- diff --git a/argp/argp.h b/argp/argp.h index d2ceea1b809..7d2dca2a616 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -380,11 +380,11 @@ struct argp_state extern error_t argp_parse (__const struct argp *__restrict __argp, int __argc, char **__restrict __argv, unsigned __flags, int *__restrict __arg_index, - void *__restrict __input) __THROW; + void *__restrict __input); extern error_t __argp_parse (__const struct argp *__restrict __argp, int __argc, char **__restrict __argv, unsigned __flags, int *__restrict __arg_index, - void *__restrict __input) __THROW; + void *__restrict __input); /* Global variables. */