diff options
Diffstat (limited to 'sys/kern/kern_thr.c')
-rw-r--r-- | sys/kern/kern_thr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c index a6dcf5e2c5988..6e70322f2aa59 100644 --- a/sys/kern/kern_thr.c +++ b/sys/kern/kern_thr.c @@ -130,6 +130,7 @@ thr_create(struct thread *td, struct thr_create_args *uap) /* Initialize our td. */ td0 = thread_alloc(); + td0->td_tid = thread_new_tid(); /* * Try the copyout as soon as we allocate the td so we don't have to |