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

2013-01-04 Thread Richard Henderson
On 01/03/2013 08:29 PM, dill...@dillona.com wrote: > From: Dillon Amburgey > > 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

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

2013-01-03 Thread dillona
From: Dillon Amburgey glibc on alpha still uses these Signed-off-by: Dillon Amburgey --- linux-user/syscall.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index e99adab..cb19ba1 100644 --- a/linux-user/syscall.c +++ b/l