mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
(argp_parse, __argp_parse): Remove __THROW.
This commit is contained in:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user