summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-19 14:48:57 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:57:23 +0200
commitcbdabc8b30c8ad58a899e1086ffc38dd43ef4ff9 (patch)
tree9973c09da8b360ce3573019f4055377a9a40e08f /cpukit/posix
parentposix: Create rwlock implementation header (diff)
downloadrtems-cbdabc8b30c8ad58a899e1086ffc38dd43ef4ff9.tar.bz2
score: Create rwlock implementation header
Move implementation specific parts of corerwlock.h and corerwlock.inl into new header file corerwlockimpl.h. The corerwlock.h contains now only the application visible API.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/rwlockimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/rwlockimpl.h b/cpukit/posix/include/rtems/posix/rwlockimpl.h
index 5911a8fd41..95e406b760 100644
--- a/cpukit/posix/include/rtems/posix/rwlockimpl.h
+++ b/cpukit/posix/include/rtems/posix/rwlockimpl.h
@@ -20,6 +20,7 @@
#define _RTEMS_POSIX_RWLOCKIMPL_H
#include <rtems/posix/rwlock.h>
+#include <rtems/score/corerwlockimpl.h>
#include <pthread.h>