summaryrefslogtreecommitdiff
path: root/trans/crash.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-01 20:36:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-01 20:36:37 +0000
commit5ead64a6c93afbc073ba1ab019a76312ee57aa1d (patch)
treeeb52ff8232e15774d196a77e4bac73cb09f8f482 /trans/crash.c
parent7142b3e540a0cf6d627efe1f59d684992ec3d47e (diff)
(S_msg_describe_ports): New function.
Diffstat (limited to 'trans/crash.c')
-rw-r--r--trans/crash.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/trans/crash.c b/trans/crash.c
index b3d3d0d1..b2647429 100644
--- a/trans/crash.c
+++ b/trans/crash.c
@@ -575,3 +575,8 @@ error_t
S_msg_report_wait (mach_port_t process, thread_t thread,
string_t desc, int *rpc)
{ return EBUSY; }
+error_t
+S_msg_describe_ports (mach_port_t msgport, mach_port_t refport,
+ mach_port_t *ports, mach_msg_type_number_t nports,
+ char **desc, mach_msg_type_number_t *desclen)
+{ return EBUSY; }