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/libcsupport/src/resource_snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/resource_snapshot.c') diff --git a/cpukit/libcsupport/src/resource_snapshot.c b/cpukit/libcsupport/src/resource_snapshot.c index d3f162ff05..6b875a8487 100644 --- a/cpukit/libcsupport/src/resource_snapshot.c +++ b/cpukit/libcsupport/src/resource_snapshot.c @@ -37,7 +37,7 @@ #include #include #include - #include + #include #include #include #include -- cgit v1.2.3