summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-12-02 01:42:11 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-12-02 01:42:11 +0000
commit70600d4860e5d1477f91c21f97bdcd16c055fc25 (patch)
tree884826b6690323fe5375ebe88d00cf1f4aa2ec5c
parent18c2b105523b22630c8a923573395c8604d208da (diff)
Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc code it is not defined.
-rw-r--r--libc/sysdeps/linux/common/bits/local_lim.h3
1 files changed, 0 insertions, 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