1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

makecontext doens't need __THROWNL

This commit is contained in:
Ulrich Drepper
2011-11-11 12:57:31 -05:00
parent 4b19cd7aef
commit 5776983978
2 changed files with 5 additions and 1 deletions

View File

@ -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