Re: [Qemu-devel] [PATCH] Syscall clock_gettime and clock_getres implementaion

2007-03-07 Thread Kirill A. Shutemov
On [Thu, 01.03.2007 10:16], Kirill A. Shutemov wrote: Patch in the attachment It's Implentation of two syscall clock_gettime and clock_getres using function from librt. signature.asc Description: Digital signature ___ Qemu-devel mailing list

[Qemu-devel] [PATCH] Syscall clock_gettime and clock_getres implementaion

2007-03-01 Thread Kirill A. Shutemov
Patch in the attachment --- qemu-0.9.0.orig/linux-user/syscall.c2007-02-28 22:44:24 +0300 +++ qemu-0.9.0/linux-user/syscall.c 2007-02-28 22:46:01 +0300 @@ -4163,6 +4163,28 @@ case TARGET_NR_getdomainname: goto unimplemented_nowarn; #endif +#ifdef TARGET_NR_clock_gettime