[RTEMS Project] #3640: Add support for ucontext.h methods
RTEMS trac
trac at rtems.org
Fri Jan 4 09:50:39 UTC 2019
#3640: Add support for ucontext.h methods
------------------------------+----------------------------
Reporter: Joel Sherrill | Owner: Needs Funding
Type: enhancement | Status: assigned
Priority: normal | Milestone: Indefinite
Component: posix | Version:
Severity: normal | Resolution:
Keywords: POSIX-Compliance | Blocked By:
Blocking: |
------------------------------+----------------------------
Comment (by Sebastian Huber):
I would not use the POSIX.1-2001 standard as the reference and instead use
the latest glibc API.
{{{
void makecontext (ucontext_t *, void (*) (void), int, ...);
}}}
An additional feature of glibc is that it allows pointer arguments instead
of a simple int on LP64 platforms.
--
Ticket URL: <http://devel.rtems.org/ticket/3640#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list