changeset 4721:cdc951845b21

argp.h update from libc
author Karl Berry <karl@freefriends.org>
date Fri, 19 Sep 2003 13:21:16 +0000
parents 0df83ae3e9f7
children 3977e9444446
files lib/argp.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/argp.h
+++ b/lib/argp.h
@@ -379,11 +379,11 @@
 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.  */