Changeset 972a5c5f in rtems for cpukit/sapi


Ignore:
Timestamp:
07/18/13 13:12:05 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
b5d514f
Parents:
993a888
git-author:
Sebastian Huber <sebastian.huber@…> (07/18/13 13:12:05)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/22/13 14:56:59)
Message:

posix: Create message queue implementation header

Move implementation specific parts of mqueue.h and mqueue.inl into new
header file mqueueimpl.h. The mqueue.h contains now only the
application visible API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/posixapi.c

    r993a888 r972a5c5f  
    3333#include <rtems/posix/config.h>
    3434#include <rtems/posix/key.h>
    35 #include <rtems/posix/mqueue.h>
     35#include <rtems/posix/mqueueimpl.h>
    3636#include <rtems/posix/muteximpl.h>
    3737#include <rtems/posix/posixapi.h>
Note: See TracChangeset for help on using the changeset viewer.