projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[realview] enable support for perf events
[openwrt.git]
/
toolchain
/
uClibc
/
patches-0.9.32
/
190-nptl_use_arch_default_stack_limit.patch
diff --git
a/toolchain/uClibc/patches-0.9.32/190-nptl_use_arch_default_stack_limit.patch
b/toolchain/uClibc/patches-0.9.32/190-nptl_use_arch_default_stack_limit.patch
index
5433f3b
..
b7f5c82
100644
(file)
--- a/
toolchain/uClibc/patches-0.9.32/190-nptl_use_arch_default_stack_limit.patch
+++ b/
toolchain/uClibc/patches-0.9.32/190-nptl_use_arch_default_stack_limit.patch
@@
-1,6
+1,6
@@
--- a/libpthread/nptl/init.c
+++ b/libpthread/nptl/init.c
--- a/libpthread/nptl/init.c
+++ b/libpthread/nptl/init.c
-@@ -40
1,6 +401
,10 @@ __pthread_initialize_minimal_internal (v
+@@ -40
2,6 +402
,10 @@ __pthread_initialize_minimal_internal (v
Use the minimal size acceptable. */
limit.rlim_cur = PTHREAD_STACK_MIN;
Use the minimal size acceptable. */
limit.rlim_cur = PTHREAD_STACK_MIN;
This page took
0.018771 seconds
and
4
git commands to generate.