summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--argp/argp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/argp/argp.h b/argp/argp.h
index d2ceea1b80..7d2dca2a61 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. */