]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
syscalls: fix fstat() entry again
authorArnd Bergmann <arnd@arndb.de>
Mon, 5 Aug 2024 20:35:43 +0000 (22:35 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 5 Aug 2024 20:35:43 +0000 (22:35 +0200)
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>
scripts/syscall.tbl

index 4586a18dfe9b3edb51106c88f39b7869f7d8e535..b93d43561a2cd5b2bf9e28fa697db50192af79ff 100644 (file)
 79     stat64  fstatat64                       sys_fstatat64
 79     64      newfstatat                      sys_newfstatat
 80     stat64  fstat64                         sys_fstat64
-80     64      newfstat                        sys_newfstat
+80     64      fstat                           sys_newfstat
 81     common  sync                            sys_sync
 82     common  fsync                           sys_fsync
 83     common  fdatasync                       sys_fdatasync