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)
commit26fef9d0bbeba6bf5d18386bd20aff2c83caa0ed
treeb9990708ea4b0992ef81e8ca1160dddf84a7ad5c
parent343416f0c11c42bed07f6db03ca599f4f1771b17
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>
scripts/syscall.tbl