Re: [PATCH] Hook up inotify_init1 open mode flags printer.

2010-03-22 Thread Dmitry V. Levin
On Mon, Mar 22, 2010 at 09:43:02AM +, Mark Wielaard wrote: Dmitry V. Levin l...@... writes: On Sun, Mar 21, 2010 at 02:41:26PM +0100, Mark Wielaard wrote: * file.c [LINUX] (sys_inotify_init1): New function. * linux/syscall.h: Declare new sys_inotify_init1 handler. *

[PATCH] Hook up inotify_init1 open mode flags printer.

2010-03-21 Thread Mark Wielaard
* file.c [LINUX] (sys_inotify_init1): New function. * linux/syscall.h: Declare new sys_inotify_init1 handler. * linux/bfin/syscallent.h: Hook up new handler. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. --- file.c