diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-07-17 14:31:12 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-07-17 14:31:12 +0200 |
commit | 1020bb292aa0c19c487010aa1506c3d745ded6d5 (patch) | |
tree | 6d3b470e4823cf05e8577b251063500b72f49187 /newlib/libc/stdlib/assert.c | |
parent | 9a69aac0ed556d1141626b987bc4c0c877fdb169 (diff) | |
download | cygnal-1020bb292aa0c19c487010aa1506c3d745ded6d5.tar.gz cygnal-1020bb292aa0c19c487010aa1506c3d745ded6d5.tar.bz2 cygnal-1020bb292aa0c19c487010aa1506c3d745ded6d5.zip |
Implement getcontext, setcontext, makecontext, swapcontext
* common.din (getcontext): Export.
(makecontext): Export.
(setcontext): Export.
(swapcontext): Export.
* exceptions.cc (__unwind_single_frame): New static functions, 64 bit
only.
(setcontext): New function.
(getcontext): New function.
(swapcontext): New function.
(__cont_link_context): New function.
(makecontext): New function.
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MAJOR): Bump to 2002.
(CYGWIN_VERSION_API_MINOR): Bump.
* include/ucontext.h (getcontext): Add prototype.
(setcontext): Ditto.
(swapcontext): Ditto.
(makecontext): Ditto.
* ntdll.h (NtContinue): Ditto.
* new-features.xml (ov-new2.2): Add new section. Document getcontext,
setcontext, makecontext, swapcontext.
* posix.xml (std-deprec): Add getcontext, setcontext, makecontext,
swapcontext.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/libc/stdlib/assert.c')
0 files changed, 0 insertions, 0 deletions