summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/process.defs12
1 files changed, 10 insertions, 2 deletions
diff --git a/hurd/process.defs b/hurd/process.defs
index 725326a4..d515a46d 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -414,8 +414,16 @@ routine proc_make_task_namespace (
process: process_t;
notify: mach_port_send_t);
-skip; /* proc_set_exe */
-skip; /* proc_get_exe */
+/* Set the process binary executable path. */
+routine proc_set_exe (
+ process: process_t;
+ path: string_t);
+
+/* Get the process binary executable path. */
+routine proc_get_exe (
+ process: process_t;
+ which: pid_t;
+ out path: string_t);
/* Set the locations of the executable entry. */
routine proc_set_entry (