summaryrefslogtreecommitdiff
path: root/libc-parts/process-spawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-parts/process-spawn.h')
-rw-r--r--libc-parts/process-spawn.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libc-parts/process-spawn.h b/libc-parts/process-spawn.h
index b11d5ae..8d68f1f 100644
--- a/libc-parts/process-spawn.h
+++ b/libc-parts/process-spawn.h
@@ -25,8 +25,8 @@
slot is allocated with capalloc. If MAKE_RUNNABLE is true, makes
the process' thread runnable. Otherwise, the thread remains
suspended and may be started with thread_start. */
-extern thread_t process_spawn (addr_t activity,
- void *start, void *end,
- const char *const argv[],
- const char *const env[],
- bool make_runnable);
+extern vg_thread_t process_spawn (vg_addr_t activity,
+ void *start, void *end,
+ const char *const argv[],
+ const char *const env[],
+ bool make_runnable);