From 06b8c74474a77d03f9e3fca55b3fc7c97fb319e9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 Jun 1994 07:55:57 +0000 Subject: Formerly process.defs.~75~ --- hurd/process.defs | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/hurd/process.defs b/hurd/process.defs index f69516b4..a9bd1519 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -154,10 +154,18 @@ routine proc_getpids ( out ppid: pid_t; out orphaned: int); -routine proc_setprocargs ( +/* Set the locations of ARGV and ENVP which will be examined + by proc_getprocargs and proc_getprocenv. */ +routine proc_set_arg_locations ( process: process_t; - argv: int; - envp: int); + argv: vm_address_t; + envp: vm_address_t); + +/* Fetch the locations set by proc_set_arg_locations. */ +routine proc_get_arg_locations ( + process: process_t; + out argv: vm_address_t; + out envp: vm_address_t); /* Fetch the message ports of a set of processes */ /* INTR */ -- cgit v1.2.3