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/prwlockrdlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/prwlockrdlock.c') diff --git a/cpukit/posix/src/prwlockrdlock.c b/cpukit/posix/src/prwlockrdlock.c index 621a7f84a4..3d4d76fab7 100644 --- a/cpukit/posix/src/prwlockrdlock.c +++ b/cpukit/posix/src/prwlockrdlock.c @@ -22,7 +22,7 @@ #include #include -#include +#include /** * This directive attempts to obtain a read only lock on an rwlock instance. -- cgit v1.2.3