svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

carmelo at uclibc.org carmelo at uclibc.org
Wed Dec 3 14:06:16 UTC 2008


Author: carmelo
Date: 2008-12-03 06:06:15 -0800 (Wed, 03 Dec 2008)
New Revision: 24244

Log:
Two other absolutely safe change that will be used by NPTL, aimed
to simplify merge.


Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_local_lim.h
   trunk/uClibc/libc/sysdeps/linux/common/bits/uio.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_local_lim.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_local_lim.h	2008-12-03 14:04:03 UTC (rev 24243)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_local_lim.h	2008-12-03 14:06:15 UTC (rev 24244)
@@ -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

Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/uio.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/uio.h	2008-12-03 14:04:03 UTC (rev 24243)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/uio.h	2008-12-03 14:06:15 UTC (rev 24244)
@@ -38,6 +38,7 @@
    functionality even if the currently running kernel does not support
    this large value the readv/writev call will not fail because of this.  */
 #define UIO_MAXIOV	1024
+#define UIO_FASTIOV    8
 
 
 /* Structure for scatter/gather I/O.  */




More information about the uClibc-cvs mailing list