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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/sysdeps/viengoos/bits/pthread-np.h b/libpthread/sysdeps/viengoos/bits/pthread-np.h
index a90793d..aea3bab 100644
--- a/libpthread/sysdeps/viengoos/bits/pthread-np.h
+++ b/libpthread/sysdeps/viengoos/bits/pthread-np.h
@@ -25,7 +25,11 @@
#define _BITS_PTHREAD_NP_H 1
#include <hurd/addr.h>
+#include <hurd/exceptions.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));
+
#endif /* bits/pthread-np.h */