Re: [Qemu-devel] [PATCH 3/4] Add inotify_init1 syscall support

2010-03-26 Thread Aurelien Jarno
On Fri, Mar 26, 2010 at 03:25:11PM +, Riku Voipio wrote: > From: Riku Voipio > > New syscall which gets actively used when you have a > fresh kernel. > > Signed-off-by: Riku Voipio Thanks, applied. > --- > configure| 18 ++ > linux-user/syscall.c | 14

[Qemu-devel] [PATCH 3/4] Add inotify_init1 syscall support

2010-03-26 Thread Riku Voipio
From: Riku Voipio New syscall which gets actively used when you have a fresh kernel. Signed-off-by: Riku Voipio --- configure| 18 ++ linux-user/syscall.c | 14 ++ 2 files changed, 32 insertions(+), 0 deletions(-) diff --git a/configure b/configure