summaryrefslogtreecommitdiff
path: root/deva/task-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'deva/task-user.h')
-rw-r--r--deva/task-user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deva/task-user.h b/deva/task-user.h
index 8cc5957..918147f 100644
--- a/deva/task-user.h
+++ b/deva/task-user.h
@@ -31,7 +31,7 @@
/* Allocate a new thread for the task TASK, and return its thread ID
in THREAD_ID. */
-error_t task_thread_alloc (l4_thread_id_t task_server, hurd_cap_id_t task,
+error_t task_thread_alloc (l4_thread_id_t task_server, hurd_cap_handle_t task,
void *utcb, l4_thread_id_t *thread_id);
#endif /* HURD_TASK_USER_H */