Skip to content

Commit

Permalink
Removed erroneous syscall entry from arm64 table.
Browse files Browse the repository at this point in the history
  • Loading branch information
KimonHoffmann authored and oxr463 committed Dec 13, 2018
1 parent 7ac3387 commit 09a0c3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/extension/kompat/kompat.c
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ static FilteredSysnum filtered_sysnums[] = {
{ PR_pselect6, 0 },
{ PR_readlinkat, 0 },
{ PR_renameat, 0 },
{ PR_renameat2, 0 },
{ PR_renameat2, 0 },
{ PR_setdomainname, FILTER_SYSEXIT },
{ PR_sethostname, FILTER_SYSEXIT },
{ PR_signalfd4, FILTER_SYSEXIT },
Expand Down
1 change: 0 additions & 1 deletion src/syscall/sysnums-arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,4 @@ static const Sysnum sysnums_arm64[] = {
[ 274 ] = PR_sched_setattr,
[ 275 ] = PR_sched_getattr,
[ 276 ] = PR_renameat2,
[ 277 ] = PR_syscalls,
};
1 change: 0 additions & 1 deletion src/syscall/sysnums.list
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ SYSNUM(sync)
SYSNUM(sync_file_range)
SYSNUM(sync_file_range2)
SYSNUM(syncfs)
SYSNUM(syscalls)
SYSNUM(sysfs)
SYSNUM(sysinfo)
SYSNUM(syslog)
Expand Down

0 comments on commit 09a0c3c

Please sign in to comment.