commit | 26fef9d0bbeba6bf5d18386bd20aff2c83caa0ed | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Aug 05 22:35:43 2024 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Aug 05 22:35:43 2024 +0200 |
tree | b9990708ea4b0992ef81e8ca1160dddf84a7ad5c | |
parent | 343416f0c11c42bed07f6db03ca599f4f1771b17 [diff] |
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>