Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

syscalls: fix fstat() entry again

The previous patch to fix the newfstatat() syscall entry ended up breaking
fstat() instead. Unfortunately these two are not handled the same way, so
I messed this one up the exact opposite way.

Fixes: 343416f0c11c ("syscalls: fix syscall macros for newfstat/newfstatat")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1 -1
+1 -1
scripts/syscall.tbl
··· 100 100 79 stat64 fstatat64 sys_fstatat64 101 101 79 64 newfstatat sys_newfstatat 102 102 80 stat64 fstat64 sys_fstat64 103 - 80 64 newfstat sys_newfstat 103 + 80 64 fstat sys_newfstat 104 104 81 common sync sys_sync 105 105 82 common fsync sys_fsync 106 106 83 common fdatasync sys_fdatasync