diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/checksyscalls.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh index f98171f5a3..0dcc01ce45 100755 --- a/scripts/checksyscalls.sh +++ b/scripts/checksyscalls.sh | |||
| @@ -99,6 +99,11 @@ cat << EOF | |||
| 99 | #define __IGNORE_setfsuid32 | 99 | #define __IGNORE_setfsuid32 |
| 100 | #define __IGNORE_setfsgid32 | 100 | #define __IGNORE_setfsgid32 |
| 101 | 101 | ||
| 102 | /* sync_file_range had a stupid ABI. Allow sync_file_range2 instead */ | ||
| 103 | #ifdef __NR_sync_file_range2 | ||
| 104 | #define __IGNORE_sync_file_range | ||
| 105 | #endif | ||
| 106 | |||
| 102 | /* Unmerged syscalls for AFS, STREAMS, etc. */ | 107 | /* Unmerged syscalls for AFS, STREAMS, etc. */ |
| 103 | #define __IGNORE_afs_syscall | 108 | #define __IGNORE_afs_syscall |
| 104 | #define __IGNORE_getpmsg | 109 | #define __IGNORE_getpmsg |
