qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] linux-user: Rewrite deprecated fnctl options


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] linux-user: Rewrite deprecated fnctl options
Date: Fri, 04 Jan 2013 10:46:02 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 01/03/2013 08:29 PM, address@hidden wrote:
> From: Dillon Amburgey <address@hidden>
> 
> glibc on alpha still uses these

No it doesn't.

> +        if (fl.l_type == F_SHLCK)
> +            fl.l_type = F_RDLCK;
> +        if (fl.l_type == F_EXLCK)
> +            fl.l_type = F_WRLCK;

Why would you want to do this?


r~




reply via email to

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