From d1fc67df4bd119d1d1b8be41c6a96b73e9ad04f1 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 3 Dec 2008 14:06:15 +0000 Subject: Two other absolutely safe change that will be used by NPTL, aimed to simplify merge. --- libc/sysdeps/linux/common/bits/uClibc_local_lim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/bits/uClibc_local_lim.h') diff --git a/libc/sysdeps/linux/common/bits/uClibc_local_lim.h b/libc/sysdeps/linux/common/bits/uClibc_local_lim.h index 6c23f398b..abfc86de5 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_local_lim.h +++ b/libc/sysdeps/linux/common/bits/uClibc_local_lim.h @@ -16,7 +16,7 @@ #endif /* This should really be moved to thread specific directories */ -#if defined __UCLIBC_HAS_THREADS__ +#if defined __UCLIBC_HAS_THREADS__ && !defined __UCLIBC_HAS_THREADS_NATIVE__ # define PTHREAD_THREADS_MAX 1024 # define TIMER_MAX 256 #endif -- cgit v1.2.3