Changeset 97552c98 in rtems for cpukit/sapi


Ignore:
Timestamp:
07/19/13 12:15:59 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
0c5317d
Parents:
d8dd80e
git-author:
Sebastian Huber <sebastian.huber@…> (07/19/13 12:15:59)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/22/13 14:57:23)
Message:

posix: Create priority implementation header

Move implementation specific parts of priority.h and priority.inl into
new header file priorityimpl.h. Remove priority.h since there is no
application visible API.

File:
1 edited

Legend:

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

    rd8dd80e r97552c98  
    3636#include <rtems/posix/muteximpl.h>
    3737#include <rtems/posix/posixapi.h>
    38 #include <rtems/posix/priority.h>
     38#include <rtems/posix/priorityimpl.h>
    3939#include <rtems/posix/psignalimpl.h>
    4040#include <rtems/posix/pthread.h>
Note: See TracChangeset for help on using the changeset viewer.