diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2005-02-15 15:02:11 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2005-02-15 15:02:11 +0000 |
| commit | 888ab0185e141301037d4fc9e045bf700ccc6446 (patch) | |
| tree | c299b5cf8f8e28f382b030e6c04ef6a0c784f36d /lib/libpthread/thread | |
| parent | 8ff1207b339c01263f9acf4dbe3b4be4df873305 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread')
| -rw-r--r-- | lib/libpthread/thread/thr_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_init.c b/lib/libpthread/thread/thr_init.c index 3272365a790c..f963789588bf 100644 --- a/lib/libpthread/thread/thr_init.c +++ b/lib/libpthread/thread/thr_init.c @@ -435,6 +435,8 @@ init_private(void) _thr_stack_default = THR_STACK32_DEFAULT; _thr_stack_initial = THR_STACK32_INITIAL; } + _pthread_attr_default.guardsize_attr = _thr_guard_default; + _pthread_attr_default.stacksize_attr = _thr_stack_default; init_once = 1; /* Don't do this again. */ } else { /* |
