From 0e8656b49eecdff64d639e765ef861cd974392e9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2013 14:39:45 +0200 Subject: 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. --- cpukit/posix/src/prwlockdestroy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/prwlockdestroy.c') 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 #include -#include +#include /** * This directive allows a thread to delete a rwlock specified by -- cgit v1.2.3