From 54b9ccdb11d20ea9fb9a48a69908f6786d5c7dca Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 19 Sep 2003 13:21:16 +0000 Subject: [PATCH] argp.h update from libc --- lib/argp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/argp.h b/lib/argp.h index 461be0a08c..23f88972d3 100644 --- a/lib/argp.h +++ b/lib/argp.h @@ -379,11 +379,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. */ -- 2.30.2