summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-21 16:59:34 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-02-19 11:28:52 +0100
commita7261c78d3290338ab44abe22c3bebc8abcfb43b (patch)
treec0264c00b47c53a94408535c085fdfebb040648f /include
parent8d03c760d386d656ab5c0d976fbce30206501eac (diff)
include: skip routines related to migrating threads
* include/mach/mach_port.defs: Skip the routines mach_port_set_rpcinfo and mach_port_create_act if MIGRATING_THREADS is not defined.
Diffstat (limited to 'include')
-rw-r--r--include/mach/mach_port.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mach/mach_port.defs b/include/mach/mach_port.defs
index e1f45e3c..769d8926 100644
--- a/include/mach/mach_port.defs
+++ b/include/mach/mach_port.defs
@@ -342,5 +342,10 @@ routine mach_port_create_act(
user_rbuf_size : vm_size_t;
out new_act : thread_t);
+#else /* MIGRATING_THREADS */
+
+skip; /* mach_port_set_rpcinfo */
+skip; /* mach_port_create_act */
+
#endif /* MIGRATING_THREADS */