Skip to content

Commit e3b1ebd

Browse files
committed
m68k: Wire up statx
Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 3820ed4 commit e3b1ebd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

arch/m68k/include/asm/unistd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <uapi/asm/unistd.h>
55

66

7-
#define NR_syscalls 379
7+
#define NR_syscalls 380
88

99
#define __ARCH_WANT_OLD_READDIR
1010
#define __ARCH_WANT_OLD_STAT

arch/m68k/include/uapi/asm/unistd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,6 @@
384384
#define __NR_copy_file_range 376
385385
#define __NR_preadv2 377
386386
#define __NR_pwritev2 378
387+
#define __NR_statx 379
387388

388389
#endif /* _UAPI_ASM_M68K_UNISTD_H_ */

arch/m68k/kernel/syscalltable.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,3 +399,4 @@ ENTRY(sys_call_table)
399399
.long sys_copy_file_range
400400
.long sys_preadv2
401401
.long sys_pwritev2
402+
.long sys_statx

0 commit comments

Comments
 (0)