diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-12 06:34:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-12 06:34:14 +0000 |
commit | f626f7a4738516a71a877e264f51e60b1f259f30 (patch) | |
tree | e8daa97efcc7c7f17d47a316507743b0929f0445 | |
parent | 4032a669f070e93f53ee14b855cb85a2a88db51c (diff) |
Formerly process_reply.defs.~10~
-rw-r--r-- | hurd/process_reply.defs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs index b31a4e6a..180bc3b5 100644 --- a/hurd/process_reply.defs +++ b/hurd/process_reply.defs @@ -36,7 +36,12 @@ skip; skip; /* proc_uname, proc_register_version */ skip; /* reauthenticate */ skip; /* child */ -skip; /* setmsgport */ + +simpleroutine proc_setmsgport_reply ( + reply_port: reply_port_t; + retcode: kern_return_t; + in oldmsgport: mach_port_t); + skip; /* reassign */ skip; /* setowner */ skip; /* getpids */ |