summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-03 21:17:39 +0000
committerRoland McGrath <roland@gnu.org>1996-05-03 21:17:39 +0000
commitb3685d24ad5bb2db12f42d30b2be5216207ab6bf (patch)
treec797bc7dc5dff079385b5293b758a200f5ca3553 /hurd
parent4002e5486b2a5735562e08026872d3a8b5679fc5 (diff)
(msg_*_exec_flags): RPCs removed.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/msg.defs25
1 files changed, 0 insertions, 25 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs
index 999960df..12f5d9f7 100644
--- a/hurd/msg.defs
+++ b/hurd/msg.defs
@@ -182,31 +182,6 @@ routine msg_sig_post_untraced (
sigcode: natural_t;
refport: mach_port_t);
-/* Get the exec flags of the process. */
-
-routine msg_get_exec_flags (
- process: mach_port_t;
- refport: mach_port_t;
- out flags: int);
-
-/* Set the exec flags value, or set or clear some flag bits.
- Setting or clearing certain flag bits may cause associated actions. */
-
-routine msg_set_all_exec_flags (
- process: mach_port_t;
- refport: mach_port_t;
- flags: int);
-
-routine msg_set_some_exec_flags (
- process: mach_port_t;
- refport: mach_port_t;
- flags: int);
-
-routine msg_clear_some_exec_flags (
- process: mach_port_t;
- refport: mach_port_t;
- flags: int);
-
/* Return a description of why THREAD is waiting. THREAD must
be a thread in this task. If the thread is not waiting, or the reason
is unknown, return zero. WAIT_RPC is the RPC code of the RPC the thread