projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f4623
)
Undefine PTHREAD_THREADS_MAX.
author
drepper
<drepper>
Tue, 3 Dec 2002 10:22:07 +0000
(10:22 +0000)
committer
drepper
<drepper>
Tue, 3 Dec 2002 10:22:07 +0000
(10:22 +0000)
nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
patch
|
blob
|
history
diff --git
a/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
b/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
index
63de09a
..
9415122
100644
(file)
--- a/
nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
+++ b/
nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
@@
-63,8
+63,8
@@
/* The number of threads per process. */
#define _POSIX_THREAD_THREADS_MAX 64
-/*
This is the value this implementation support
s. */
-#
define PTHREAD_THREADS_MAX 1024
+/*
We have no predefined limit on the number of thread
s. */
+#
undef PTHREAD_THREADS_MAX
/* Maximum amount by which a process can descrease its asynchronous I/O
priority level. */