From: Karl Berry Date: Fri, 19 Sep 2003 13:21:16 +0000 (+0000) Subject: argp.h update from libc X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54b9ccdb11d20ea9fb9a48a69908f6786d5c7dca;p=pspp argp.h update from libc --- 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. */