From 7f4ee2b4ae39928ab5f449048e562ef6b2c5d17d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 22 Apr 2016 14:37:13 +0200 Subject: posix: Avoid Giant lock for condition variables Update #2555. --- cpukit/posix/src/condwait.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/posix/src/condwait.c') diff --git a/cpukit/posix/src/condwait.c b/cpukit/posix/src/condwait.c index 787c91fadf..22004f8dbd 100644 --- a/cpukit/posix/src/condwait.c +++ b/cpukit/posix/src/condwait.c @@ -18,13 +18,7 @@ #include "config.h" #endif -#include -#include - -#include -#include #include -#include /* * 11.4.4 Waiting on a Condition, P1003.1c/Draft 10, p. 105 -- cgit v1.2.3