#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
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs