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

sjhill at uclibc.org sjhill at uclibc.org
Sat Dec 2 01:42:12 UTC 2006


Author: sjhill
Date: 2006-12-01 17:42:11 -0800 (Fri, 01 Dec 2006)
New Revision: 16748

Log:
Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc code it is not defined.


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


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/local_lim.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/local_lim.h	2006-12-01 21:34:20 UTC (rev 16747)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/local_lim.h	2006-12-02 01:42:11 UTC (rev 16748)
@@ -73,9 +73,6 @@
 /* Minimum size for a thread.  We are free to choose a reasonable value.  */
 #define PTHREAD_STACK_MIN	16384
 
-/* Maximum number of POSIX timers available.  */
-#define TIMER_MAX	256
-
 /* Maximum number of timer expiration overruns.  */
 #define DELAYTIMER_MAX	2147483647
 




More information about the uClibc-cvs mailing list