Commit 26fef9d0 authored by Arnd Bergmann's avatar Arnd Bergmann

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: 343416f0 ("syscalls: fix syscall macros for newfstat/newfstatat")
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 343416f0
......@@ -100,7 +100,7 @@
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment