summaryrefslogtreecommitdiff
path: root/libpthread/sysdeps/viengoos/pt-thread-start.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/sysdeps/viengoos/pt-thread-start.c')
-rw-r--r--libpthread/sysdeps/viengoos/pt-thread-start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/sysdeps/viengoos/pt-thread-start.c b/libpthread/sysdeps/viengoos/pt-thread-start.c
index 1b341cb..59583b4 100644
--- a/libpthread/sysdeps/viengoos/pt-thread-start.c
+++ b/libpthread/sysdeps/viengoos/pt-thread-start.c
@@ -50,7 +50,7 @@ __pthread_thread_start (struct __pthread *thread)
in.ip = (l4_word_t) thread->mcontext.pc;
in.user_handle = (l4_word_t) thread;
- err = rm_thread_exregs (VG_ADDR_VOID, thread->object,
+ err = vg_thread_exregs (VG_ADDR_VOID, thread->object,
HURD_EXREGS_SET_ASPACE
| HURD_EXREGS_SET_ACTIVITY
| HURD_EXREGS_SET_SP_IP