From 0a70789991152ca56007f56aaf44e85d14cc2dcf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 11 Jul 2014 15:43:06 +0200 Subject: complete shot-in-the-dark to fix tinderbox build tinderbox 50 is failing, trying to fix it Change-Id: I81e3cbdb224110af3036f5726228fd88aba32748 --- sal/osl/unx/mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/osl/unx/mutex.c b/sal/osl/unx/mutex.c index 66a51509df52..a43f6627f5ef 100644 --- a/sal/osl/unx/mutex.c +++ b/sal/osl/unx/mutex.c @@ -25,7 +25,7 @@ #include #include -#if defined LINUX && !((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 0)) /* bad hack */ +#if defined LINUX && (__GLIBC__ == 2) && (__GLIBC_MINOR__ <= 1) /* bad hack */ int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int); #define pthread_mutexattr_settype pthread_mutexattr_setkind_np #define PTHREAD_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP -- cgit