diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-30 21:10:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-30 21:10:06 +0000 |
commit | 7e05e8d92ed964ae4175cbd29be65b3f46ff30b9 (patch) | |
tree | 75133f6524fdd82a02f80628b2714c85504a9867 /hurd/process.defs | |
parent | 4cb232ba0b31db883dc43229ea79f4659b31d7d0 (diff) |
(proc_getprocinfo): New parm FLAGS.
Diffstat (limited to 'hurd/process.defs')
-rw-r--r-- | hurd/process.defs | 3 |
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 ( |