Changeset 2ad250e in rtems for cpukit/sapi


Ignore:
Timestamp:
08/06/13 12:46:24 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
b45b0ff7
Parents:
9ff70db
git-author:
Sebastian Huber <sebastian.huber@…> (08/06/13 12:46:24)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/06/13 13:47:57)
Message:

posix: Create key implementation header

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

File:
1 edited

Legend:

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

    r9ff70db r2ad250e  
    3131#include <rtems/posix/condimpl.h>
    3232#include <rtems/posix/config.h>
    33 #include <rtems/posix/key.h>
     33#include <rtems/posix/keyimpl.h>
    3434#include <rtems/posix/mqueueimpl.h>
    3535#include <rtems/posix/muteximpl.h>
Note: See TracChangeset for help on using the changeset viewer.