summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/prwlockdestroy.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-19 14:39:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:57:23 +0200
commit0e8656b49eecdff64d639e765ef861cd974392e9 (patch)
tree02f825c7ef59c2d12dddd61a123fcd393b56fefa /cpukit/posix/src/prwlockdestroy.c
parentposix: Create pthread implementation header (diff)
downloadrtems-0e8656b49eecdff64d639e765ef861cd974392e9.tar.bz2
posix: Create rwlock implementation header
Move implementation specific parts of rwlock.h and rwlock.inl into new header file rwlockimpl.h. The rwlock.h contains now only the application visible API.
Diffstat (limited to 'cpukit/posix/src/prwlockdestroy.c')
-rw-r--r--cpukit/posix/src/prwlockdestroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/prwlockdestroy.c b/cpukit/posix/src/prwlockdestroy.c
index 329a297f08..a55e985df7 100644
--- a/cpukit/posix/src/prwlockdestroy.c
+++ b/cpukit/posix/src/prwlockdestroy.c
@@ -21,7 +21,7 @@
#include <errno.h>
#include <rtems/system.h>
-#include <rtems/posix/rwlock.h>
+#include <rtems/posix/rwlockimpl.h>
/**
* This directive allows a thread to delete a rwlock specified by