mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 15:10:50 +07:00
[MIPS] Add whitelists for checksyscalls.sh
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
eaf2b8dca4
commit
83d0f2332e
@ -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__ */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user