• Arnd Bergmann's avatar
    syscalls: fix fstat() entry again · 26fef9d0
    Arnd Bergmann authored
    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: 343416f0 ("syscalls: fix syscall macros for newfstat/newfstatat")
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    26fef9d0
syscall.tbl 16.8 KB