Skip to content

Commit 26fef9d

Browse files
committed
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: 343416f ("syscalls: fix syscall macros for newfstat/newfstatat") Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 343416f commit 26fef9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/syscall.tbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
79 stat64 fstatat64 sys_fstatat64
101101
79 64 newfstatat sys_newfstatat
102102
80 stat64 fstat64 sys_fstat64
103-
80 64 newfstat sys_newfstat
103+
80 64 fstat sys_newfstat
104104
81 common sync sys_sync
105105
82 common fsync sys_fsync
106106
83 common fdatasync sys_fdatasync

0 commit comments

Comments
 (0)