summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/uClibc_local_lim.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-03 14:06:15 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-03 14:06:15 +0000
commitd1fc67df4bd119d1d1b8be41c6a96b73e9ad04f1 (patch)
tree66d4055b16132143832ecf458225933300d47840 /libc/sysdeps/linux/common/bits/uClibc_local_lim.h
parent8596cf884602b7cb682a771a9518b02de2cd27a4 (diff)
Two other absolutely safe change that will be used by NPTL, aimed
to simplify merge.
Diffstat (limited to 'libc/sysdeps/linux/common/bits/uClibc_local_lim.h')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_local_lim.h2
1 files changed, 1 insertions, 1 deletions
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