bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 01/11] include: skip routines related to migrating threads


From: Samuel Thibault
Subject: Re: [PATCH 01/11] include: skip routines related to migrating threads
Date: Tue, 18 Feb 2014 21:39:43 -0800
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Mon 17 Feb 2014 18:20:51 +0100, a écrit :
> * include/mach/mach_port.defs: Skip the routines mach_port_set_rpcinfo
>   and mach_port_create_act if MIGRATING_THREADS is not defined.

Ack.

> ---
>  include/mach/mach_port.defs | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> 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 */
>  
> -- 
> 1.8.5.2
> 

-- 
Samuel
* B kicks DW (non mais franchement)
* DW was kicked
 -+- #ens-mim - comment ça hopeless ? -+-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]