summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-30 21:10:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-30 21:10:06 +0000
commit7e05e8d92ed964ae4175cbd29be65b3f46ff30b9 (patch)
tree75133f6524fdd82a02f80628b2714c85504a9867
parent4cb232ba0b31db883dc43229ea79f4659b31d7d0 (diff)
(proc_getprocinfo): New parm FLAGS.
-rw-r--r--hurd/process.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/process.defs b/hurd/process.defs
index 4540b0c5..f3158686 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -1,5 +1,5 @@
/* Definitions for process server interface
- Copyright (C) 1992, 1993, 1994 Free Software Foundation
+ Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation
This file is part of the GNU Hurd.
@@ -273,6 +273,7 @@ routine proc_pid2proc (
routine proc_getprocinfo (
process: process_t;
which: pid_t;
+ flags: int;
out procinfo: procinfo_t);
routine proc_getprocargs (