On 04/16/2012 04:28 PM, H.J. Lu wrote:
> This patch is needed to support lseek for x32:
>
> diff --git a/file.c b/file.c
> index 58585f3..5f3b506 100644
> --- a/file.c
> +++ b/file.c
> @@ -501,7 +501,7 @@ static const struct xlat whence[] = {
> { 0, NULL },
> };
>
> -#if defined(LINUX_MIPSN32)
> +#if defined(LINUX_MIPSN32) || defined(X32)
> int
> sys_lseek(struct tcb *tcp)
> {
Applied, thanks!
--
vda
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel