Changeset f9d533a5 in rtems for cpukit/sapi


Ignore:
Timestamp:
07/17/13 12:34:05 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
20e239c2
Parents:
2bbea657
git-author:
Sebastian Huber <sebastian.huber@…> (07/17/13 12:34:05)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/18/13 07:58:57)
Message:

posix: Create mutex implementation header

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

File:
1 edited

Legend:

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

    r2bbea657 rf9d533a5  
    3434#include <rtems/posix/key.h>
    3535#include <rtems/posix/mqueue.h>
    36 #include <rtems/posix/mutex.h>
     36#include <rtems/posix/muteximpl.h>
    3737#include <rtems/posix/posixapi.h>
    3838#include <rtems/posix/priority.h>
Note: See TracChangeset for help on using the changeset viewer.