summaryrefslogtreecommitdiff
path: root/process.h
blob: abdaaa3b92059957c29369ee8a82db17a5335a32 (plain)
1
2
3
4
5
6
7
8
#include <hurd.h>

/* Create a node for a directory representing information available at
   the proc server PROC for the given PID.  On success, returns the
   newly created node in *NP.  */
error_t
process_lookup_pid (process_t proc, pid_t pid, struct node **np);