Remove syscall __NR_msync to fix uClibc 0.9.29 compilation Signed-off-by: Atle Nissestad <[EMAIL PROTECTED]>
diff --git a/linux-2.6.x/include/asm-nios2nommu/unistd.h b/linux-2.6.x/include/asm-nios2nommu/unistd.h index 1a00d92..43cd165 100644 --- a/linux-2.6.x/include/asm-nios2nommu/unistd.h +++ b/linux-2.6.x/include/asm-nios2nommu/unistd.h @@ -177,7 +177,7 @@ #define __NR_getdents 141 #define __NR__newselect 142 #define __NR_flock 143 -#define __NR_msync 144 + /* 144 __NR_msync obsolete */ #define __NR_readv 145 #define __NR_writev 146 #define __NR_getsid 147 -- 1.5.3.2 _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
