From a7261c78d3290338ab44abe22c3bebc8abcfb43b Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 21 Nov 2013 16:59:34 +0100 Subject: 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. --- include/mach/mach_port.defs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/mach/mach_port.defs b/include/mach/mach_port.defs index e1f45e3..769d892 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 */ -- cgit v1.2.3