From 70600d4860e5d1477f91c21f97bdcd16c055fc25 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 2 Dec 2006 01:42:11 +0000 Subject: Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc code it is not defined. --- libc/sysdeps/linux/common/bits/local_lim.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libc/sysdeps/linux/common/bits/local_lim.h b/libc/sysdeps/linux/common/bits/local_lim.h index ed6c3c589..aef6136ba 100644 --- a/libc/sysdeps/linux/common/bits/local_lim.h +++ b/libc/sysdeps/linux/common/bits/local_lim.h @@ -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 -- cgit v1.2.3