Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58198
b: refs/heads/master
c: 83d0f23
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jul 4, 2007
1 parent c38a98f commit 19ac60c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eaf2b8dca47cc1d4ca7fd83f37604e0f5478b33a
refs/heads/master: 83d0f2332edb3001617e6a292c4412ae5f2bf659
16 changes: 16 additions & 0 deletions trunk/include/asm-mips/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

/*
Expand Down

0 comments on commit 19ac60c

Please sign in to comment.