Skip to content

Commit

Permalink
makecontext doens't need __THROWNL
Browse files Browse the repository at this point in the history
  • Loading branch information
drepper committed Nov 11, 2011
1 parent 4b19cd7 commit 5776983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2011-11-11 Ulrich Drepper <[email protected]>

* stdlib/ucontext.h: Undo last change for makecontext.

2011-11-11 Andreas Schwab <[email protected]>

* nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
Expand Down
2 changes: 1 addition & 1 deletion stdlib/ucontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5776983

Please sign in to comment.