|
From: Nicholas N. <n.n...@gm...> - 2009-01-13 05:57:05
|
Hi,
In PRE(sys_fcntl) in m_syswrap/syswrap-generic.linux there is this line:
if (ARG2 == VKI_F_SETLKW)
*flags |= SfMayBlock;
I'm guessing it should also be true for ARG2==VKI_F_SETLKW64, right?
Nick
|
|
From: Tom H. <to...@co...> - 2009-01-13 08:31:32
|
Nicholas Nethercote wrote: > In PRE(sys_fcntl) in m_syswrap/syswrap-generic.linux there is this line: > > if (ARG2 == VKI_F_SETLKW) > *flags |= SfMayBlock; > > I'm guessing it should also be true for ARG2==VKI_F_SETLKW64, right? Indeed. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |