uclibc: remove version 0.9.33
[openwrt/openwrt.git] / toolchain / uClibc / patches-0.9.33.2 / 990-no-stack-cache.patch
diff --git a/toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch b/toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch
deleted file mode 100644 (file)
index 8f0b511..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libpthread/nptl/allocatestack.c
-+++ b/libpthread/nptl/allocatestack.c
-@@ -100,7 +100,7 @@
- /* Cache handling for not-yet free stacks.  */
- /* Maximum size in kB of cache.  */
--static size_t stack_cache_maxsize = 40 * 1024 * 1024; /* 40MiBi by default.  */
-+static size_t stack_cache_maxsize = 0; /* embedded systems don't have enough ram for dirty stack caches */
- static size_t stack_cache_actsize;
- /* Mutex protecting this variable.  */