diff options
| author | Neal H. Walfield <neal@gnu.org> | 2002-11-25 21:07:35 +0000 |
|---|---|---|
| committer | Neal H. Walfield <neal@gnu.org> | 2002-11-25 21:07:35 +0000 |
| commit | 765d563a530862765d8b7fea86082b5aa910b9a2 (patch) | |
| tree | 26e3fd6b8dd796a095fd7e8b41f959e21a734daf /sysdeps/mach | |
| parent | fea6e6874929ef1b9005adbcdefa38f17287c06d (diff) | |
2002-11-25 Neal H. Walfield <neal@cs.uml.edu>
* sysdeps/mach/hurd/i386/pt-setup.c (__pthread_setup): Fix last
change.
Diffstat (limited to 'sysdeps/mach')
| -rw-r--r-- | sysdeps/mach/hurd/i386/pt-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/i386/pt-setup.c b/sysdeps/mach/hurd/i386/pt-setup.c index 369a28e1..9a855847 100644 --- a/sysdeps/mach/hurd/i386/pt-setup.c +++ b/sysdeps/mach/hurd/i386/pt-setup.c @@ -89,7 +89,7 @@ __pthread_setup (struct __pthread *thread, thread->mcontext.pc = entry_point; thread->mcontext.sp = stack_setup (thread, start_routine, arg); - ktid = __mach_port_self (); + ktid = __mach_thread_self (); if (thread->kernel_thread != ktid) { err = __thread_set_pcsp (thread->kernel_thread, |
