| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Add whitelists for checksyscalls.sh |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Tue, 29 May 2007 23:30:04 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> --- diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index 91c306f..4aab8f9 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h @@ -977,6 +977,22 @@ # 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__ */ /* |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] Wire up utimensat, signalfd, timerfd, eventfd, Atsushi Nemoto |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Run checksyscalls for N32 and O32 ABI, Atsushi Nemoto |
| Previous by Thread: | [PATCH] Wire up utimensat, signalfd, timerfd, eventfd, Atsushi Nemoto |
| Next by Thread: | Re: [PATCH] Add whitelists for checksyscalls.sh, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |