]> Zhao Yanbai Git Server - minix.git/commit
x86:ensure that getcontext will return 0.
authorKees Jongenburger <kees.jongenburger@gmail.com>
Mon, 24 Mar 2014 15:16:21 +0000 (16:16 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:21 +0000 (17:05 +0200)
commit69b8ce6ab27810d8eb2265c0979c4fd8a5bf4f03
tree3b7a5ec94a3150876c8627a9cdf79a72992713ec
parent372247712a11772af1d8c022985bbacda41aae70
x86:ensure that getcontext will return 0.

The setcontext method did not alway set the return value to 0 after
restoring the desired context. Specially When calling setcontext with
the _UC_IGNSIGM and the _UC_IGNFPU flags the return value would be non
zero.

Change-Id: Iec7f8d6a680950aa53e3c88c86e03f65005e66b2
lib/libc/arch/i386/sys-minix/ucontext.S