#3116: POSIX: Make sem_t self-contained
-----------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: Indefinite
Component: cpukit | Version:
Severity: normal | Keywords:
-----------------------------+-----------------------------
Change the POSIX semaphore into a self-contained object using
<sys/lock.h>, e.g.
{{{
#!c
typedef struct {
struct _Semaphore_Control _sem;
} sem_t;
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3116>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs