qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] add futimesat syscall


From: Laurent Desnogues
Subject: Re: [Qemu-devel] [PATCH] add futimesat syscall
Date: Thu, 18 Sep 2008 09:23:20 +0200

On Thu, Sep 18, 2008 at 8:30 AM, Riku Voipio <address@hidden> wrote:
> On Thu, Sep 18, 2008 at 01:54:21AM +0200, andrzej zaborowski wrote:
>> 2008/9/17 Riku Voipio <address@hidden>:
>> > Add futimes patch, originally from scratchbox qemu devkit.
>
>> Kirill Shutemov submitted an imlementation of futimensat() at
>> http://lists.gnu.org/archive/html/qemu-devel/2008-09/msg00439.html ,
>> it looks cleaner to me.
>
> Kirill's patch looks good to me.

There's a functional difference between Kirill's patch and yours:

Kirill +            ret = get_errno(futimesat(arg1, p, tvp));
you   +                ret = get_errno(sys_futimesat(arg1, path(p), tv));


Laurent




reply via email to

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