about summary refs log tree commit diff
path: root/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-08 19:54:27 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-08 19:54:27 +0000
commit2715f28ad4494dcf5da41398a6dbf2e43042620d (patch)
treefb103624f45a43a68e3be22ee61f43d2e3732645 /linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
parent47bc7a9be10c67151eaf0eed7f895c77d3f820d1 (diff)
downloadglibc-2715f28ad4494dcf5da41398a6dbf2e43042620d.tar.gz
glibc-2715f28ad4494dcf5da41398a6dbf2e43042620d.tar.xz
glibc-2715f28ad4494dcf5da41398a6dbf2e43042620d.zip
Update.
	* sysdeps/pthread/Makefile: New file.  Add rules to build timer
	functionality.
	* sysdeps/unix/sysv/linux/bits/local_lim.h: Add TIMER_MAX.

2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>

	* sysdeps/pthread/posix-timer.h: New file.
	* sysdeps/pthread/timer_create.c: New file.
	* sysdeps/pthread/timer_delete.c: New file.
	* sysdeps/pthread/timer_getoverr.c: New file.
	* sysdeps/pthread/timer_gettime.c: New file.
	* sysdeps/pthread/timer_routines.c: New file.
	* sysdeps/pthread/timer_settime.c: New file.
	* sysdeps/pthread/tst-timer.c: New file.

2000-06-08  Ulrich Drepper  <drepper@redhat.com>
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
index d68384b82a..0a7c83706f 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
@@ -72,3 +72,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