[MIPS] Add whitelists for checksyscalls.sh
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 29 May 2007 14:30:04 +0000 (23:30 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 4 Jul 2007 14:53:16 +0000 (15:53 +0100)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/unistd.h

index 59d6fec..ed16de0 100644 (file)
 #  define __ARCH_WANT_COMPAT_SYS_TIME
 # endif
 
+/* whitelists for checksyscalls */
+#define __IGNORE_select
+#define __IGNORE_vfork
+#define __IGNORE_time
+#define __IGNORE_uselib
+#define __IGNORE_fadvise64_64
+#define __IGNORE_getdents64
+#if _MIPS_SIM == _MIPS_SIM_NABI32
+#define __IGNORE_truncate64
+#define __IGNORE_ftruncate64
+#define __IGNORE_stat64
+#define __IGNORE_lstat64
+#define __IGNORE_fstat64
+#define __IGNORE_fstatat64
+#endif
+
 #endif /* !__ASSEMBLY__ */
 
 /*