From 57769839788e2c62b68d9dfbf4b35052321278ba Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 11 Nov 2011 12:57:31 -0500 Subject: makecontext doens't need __THROWNL --- stdlib/ucontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') diff --git a/stdlib/ucontext.h b/stdlib/ucontext.h index 498fb5633d..abeb6471da 100644 --- a/stdlib/ucontext.h +++ b/stdlib/ucontext.h @@ -46,7 +46,7 @@ extern int swapcontext (ucontext_t *__restrict __oucp, We cannot say anything about the parameters FUNC takes; `void' is as good as any other choice. */ extern void makecontext (ucontext_t *__ucp, void (*__func) (void), - int __argc, ...) __THROWNL; + int __argc, ...) __THROW; __END_DECLS -- cgit 1.4.1