diff options
-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 ( |