diff options
Diffstat (limited to 'libpthread/sysdeps/viengoos/pt-setactivity-np.c')
-rw-r--r-- | libpthread/sysdeps/viengoos/pt-setactivity-np.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/sysdeps/viengoos/pt-setactivity-np.c b/libpthread/sysdeps/viengoos/pt-setactivity-np.c index f5ba400..70f0988 100644 --- a/libpthread/sysdeps/viengoos/pt-setactivity-np.c +++ b/libpthread/sysdeps/viengoos/pt-setactivity-np.c @@ -27,10 +27,10 @@ pthread_setactivity_np (vg_addr_t activity) { struct __pthread *self = _pthread_self (); - struct hurd_thread_exregs_in in; - struct hurd_thread_exregs_out out; + struct vg_thread_exregs_in in; + struct vg_thread_exregs_out out; int err = vg_thread_exregs (VG_ADDR_VOID, self->object, - HURD_EXREGS_SET_ACTIVITY, + VG_EXREGS_SET_ACTIVITY, in, VG_ADDR_VOID, activity, VG_ADDR_VOID, VG_ADDR_VOID, &out, NULL, NULL, NULL, NULL); |