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 | 96f08e93f5cc18de5877bc1700e46b805cb86a78 (patch) | |
tree | bd9251cf440751d97052f5d4978d10e52863260a /sysdeps/mach | |
parent | a59f26424348f0caf9a3666f9b6ac12565e425e1 (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 369a28e..9a85584 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, |