aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-02-08 18:35:04 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-02-08 18:35:04 +0000
commit24b009347e8029e16e0b4da56df5a7c28c766920 (patch)
treee938199999ba69ec19ccc1f5d6fe41527f98a983 /ChangeLog
parent29e4293327d9365793a0f81cf14198e23ed363a7 (diff)
downloadlibfuse-24b009347e8029e16e0b4da56df5a7c28c766920.tar.gz
If the "FUSE_THREAD_STACK" environment is set, initialize the stack size of threads by this value
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e6d2e3..435eada 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
* Support the st_blksize field in struct stat
+ * If the "FUSE_THREAD_STACK" environment is set, initialize the
+ stack size of threads by this value. Patch by Florin Malita
+
2008-02-03 Csaba Henk <csaba.henk@creo.hu>
* lib/mount_bsd.c: