mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
makecontext doens't need __THROWNL
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-11-11 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* stdlib/ucontext.h: Undo last change for makecontext.
|
||||||
|
|
||||||
2011-11-11 Andreas Schwab <schwab@redhat.com>
|
2011-11-11 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
* nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
|
* nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
|
||||||
|
@ -46,7 +46,7 @@ extern int swapcontext (ucontext_t *__restrict __oucp,
|
|||||||
We cannot say anything about the parameters FUNC takes; `void'
|
We cannot say anything about the parameters FUNC takes; `void'
|
||||||
is as good as any other choice. */
|
is as good as any other choice. */
|
||||||
extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
|
extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
|
||||||
int __argc, ...) __THROWNL;
|
int __argc, ...) __THROW;
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user