summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/posixapi.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-06 14:46:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-06 15:47:57 +0200
commit2ad250e92d2978b56a9a552a0b55c1f8046312cb (patch)
treea1aa5613b23bcb54c995546be8591430e3304aea /cpukit/sapi/src/posixapi.c
parentpsxtests/psx14: Include missing header file (diff)
downloadrtems-2ad250e92d2978b56a9a552a0b55c1f8046312cb.tar.bz2
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.
Diffstat (limited to 'cpukit/sapi/src/posixapi.c')
-rw-r--r--cpukit/sapi/src/posixapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/src/posixapi.c b/cpukit/sapi/src/posixapi.c
index f0859a3639..af9ba2cac3 100644
--- a/cpukit/sapi/src/posixapi.c
+++ b/cpukit/sapi/src/posixapi.c
@@ -30,7 +30,7 @@
#include <rtems/posix/barrierimpl.h>
#include <rtems/posix/condimpl.h>
#include <rtems/posix/config.h>
-#include <rtems/posix/key.h>
+#include <rtems/posix/keyimpl.h>
#include <rtems/posix/mqueueimpl.h>
#include <rtems/posix/muteximpl.h>
#include <rtems/posix/posixapi.h>