diff options
Diffstat (limited to 'process.h')
-rw-r--r-- | process.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ -#include <hurd.h> +#include <ps.h> -/* Create a node for a directory representing information available at - the proc server PROC for the given PID. On success, returns the +/* Create a node for a directory representing the given PID, as published by + the proc server refrenced by the libps context PC. On success, returns the newly created node in *NP. */ error_t -process_lookup_pid (process_t proc, pid_t pid, struct node **np); +process_lookup_pid (struct ps_context *pc, pid_t pid, struct node **np); |