summaryrefslogtreecommitdiff
path: root/libpthread/sysdeps/viengoos/bits/pthread-np.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/sysdeps/viengoos/bits/pthread-np.h')
-rw-r--r--libpthread/sysdeps/viengoos/bits/pthread-np.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/sysdeps/viengoos/bits/pthread-np.h b/libpthread/sysdeps/viengoos/bits/pthread-np.h
index aea3bab..9986a62 100644
--- a/libpthread/sysdeps/viengoos/bits/pthread-np.h
+++ b/libpthread/sysdeps/viengoos/bits/pthread-np.h
@@ -24,12 +24,12 @@
#ifndef _BITS_PTHREAD_NP_H
#define _BITS_PTHREAD_NP_H 1
-#include <hurd/addr.h>
-#include <hurd/exceptions.h>
+#include <viengoos/addr.h>
+#include <hurd/thread.h>
int pthread_setactivity_np (addr_t activity);
/* Returns the caller's activation state block. */
-struct vg_utcb *pthread_hurd_utcb_np (void) __attribute__ ((pure));
+struct hurd_utcb *pthread_hurd_utcb_np (void) __attribute__ ((pure));
#endif /* bits/pthread-np.h */