argp.h update from libc
authorKarl Berry <karl@freefriends.org>
Fri, 19 Sep 2003 13:21:16 +0000 (13:21 +0000)
committerKarl Berry <karl@freefriends.org>
Fri, 19 Sep 2003 13:21:16 +0000 (13:21 +0000)
lib/argp.h

index 461be0a..23f8897 100644 (file)
@@ -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);
 \f
 /* Global variables.  */