On Mon, 2006-09-18 at 10:35 +0200, Geert Uytterhoeven wrote: > According to > http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/include/asm-m68k/unistd.h: > > | #define __NR_inotify_init 284 > | #define __NR_inotify_add_watch 285 > | #define __NR_inotify_rm_watch 286 >
Could you tell me what the m68k flag is defined as, in the #if defined( ) sense as in #if defined(__i386__) ... #elif defined(__x86_64__) ... #elif defined(__powerpc__) || defined(__powerpc64__) ... #elif defined (__ia64__) ... #elif defined (__s390__) ... #elif defined (__alpha__) ... #elif defined (__sparc__) || defined (__sparc64__) ... #elif defined (__arm__) ... (see http://necrotic.deadbeast.net/svn/xorg-x11/trunk/driver/xserver-xorg-input-evdev/src/inotify-syscalls.h ) Thanks, Drew -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]