diff options
| author | David Xu <davidxu@FreeBSD.org> | 2004-06-12 07:40:01 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2004-06-12 07:40:01 +0000 |
| commit | 5321c2a9b02e061e8f5afe4538634523e9e37927 (patch) | |
| tree | 8aaf4846b040c5e1e7b519be61b22de24a9d549c /lib/libpthread/thread/thr_create.c | |
| parent | d55b402ee440be9863677217786112a438ee66cd (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_create.c')
| -rw-r--r-- | lib/libpthread/thread/thr_create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_create.c b/lib/libpthread/thread/thr_create.c index 38c2fc4ae214..0f7cbab9237d 100644 --- a/lib/libpthread/thread/thr_create.c +++ b/lib/libpthread/thread/thr_create.c @@ -256,6 +256,7 @@ _pthread_create(pthread_t * thread, const pthread_attr_t * attr, new_thread->sigstk.ss_sp = 0; new_thread->sigstk.ss_size = 0; new_thread->sigstk.ss_flags = SS_DISABLE; + new_thread->oldsigmask = NULL; if (new_thread->attr.suspend == THR_CREATE_SUSPENDED) { new_thread->state = PS_SUSPENDED; |
