[Qemu-devel] Re: [PATCH] linux-user futimesat() syscall

2007-10-02 Thread Thayne Harbaugh
On Wed, 2007-09-19 at 06:53 -0600, Thayne Harbaugh wrote: > This patch adds the futimesat syscall to linux-user. The previous futimesat() patch that was sent was horribly brain-damaged: it used timespec in a few places that should have used timeval. This is a corrected patch. I'm sure the previo

[Qemu-devel] Re: [PATCH] linux-user futimesat() syscall

2007-09-19 Thread Thayne Harbaugh
This patch adds the futimesat syscall to linux-user. Index: qemu/linux-user/syscall.c === --- qemu.orig/linux-user/syscall.c 2007-09-19 06:17:45.0 -0600 +++ qemu/linux-user/syscall.c 2007-09-19 06:18:58.0 -0600 @@ -151