Changeset c8982e5 in rtems for testsuites/psxtests/psxconfig01

Timestamp:
04/26/16 19:20:31 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
f009ed0
Parents:
6741d30a
git-author:
Sebastian Huber <sebastian.huber@…> (04/26/16 19:20:31)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/02/16 05:46:15)
Message:

posix: Simplify message queues

The mq_open() function returns a descriptor to a POSIX message queue
object identified by a name. This is similar to sem_open(). In
contrast to the POSIX semaphore the POSIX message queues use a separate
object for the descriptor. This extra object is superfluous, since the
object identifier can be used directly for this purpose, just like for
the semaphores.

Update #2702.
Update #2555.

(No files)

Note: See TracChangeset for help on using the changeset viewer.