diff options
author | cinap_lenrek <cinap_lenrek@flatbox.9hal> | 2012-03-09 09:11:12 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@flatbox.9hal> | 2012-03-09 09:11:12 +0100 |
commit | 9e8b285562c35ef1c47f74ccafbda7f7624b22af (patch) | |
tree | 94326760edc35f051c21da6da035fbc333a9c05c /sys/src/cmd/plumb/fsys.c | |
parent | 9b0fc40aee38cd7c8c21f28803fc25af0cc64db4 (diff) |
plumber: use 16K stack, make libplumb thread safe
Diffstat (limited to 'sys/src/cmd/plumb/fsys.c')
-rw-r--r-- | sys/src/cmd/plumb/fsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/plumb/fsys.c b/sys/src/cmd/plumb/fsys.c index 6f95a23a8..ffedce259 100644 --- a/sys/src/cmd/plumb/fsys.c +++ b/sys/src/cmd/plumb/fsys.c @@ -10,7 +10,7 @@ enum { - Stack = 8*1024 + Stack = 16*1024 }; typedef struct Dirtab Dirtab; |