Module: xenomai-3 Branch: arm64 Commit: 1b40e50049ff12b26f0e89614ae7b1586a58ec4b URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=1b40e50049ff12b26f0e89614ae7b1586a58ec4b
Author: Philippe Gerum <[email protected]> Date: Mon Aug 24 11:53:50 2015 +0200 copperplate/registry: use default stack size for the fs thread --- lib/copperplate/registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/copperplate/registry.c b/lib/copperplate/registry.c index c379f15..52c0f64 100644 --- a/lib/copperplate/registry.c +++ b/lib/copperplate/registry.c @@ -780,7 +780,7 @@ int __registry_pkg_init(const char *arg0, char *mountpt, int flags) * smaller stack size for the fs thread than the default 8mb * set by the Glibc. */ - pthread_attr_setstacksize(&thattr, PTHREAD_STACK_MIN * 4); + pthread_attr_setstacksize(&thattr, PTHREAD_STACK_DEFAULT); pthread_attr_setscope(&thattr, PTHREAD_SCOPE_PROCESS); p->arg0 = arg0; p->mountpt = mountpt; _______________________________________________ Xenomai-git mailing list [email protected] http://xenomai.org/mailman/listinfo/xenomai-git
