diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2017-03-06 11:04:22 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2017-03-20 11:27:28 +0100 |
commit | e3b1ebd673876f2cdb0b84205e52a33b94a9860f (patch) | |
tree | 39a2fbfc0083580c51f4be3f7008762c8e94f224 /arch/m68k/include/uapi/asm/unistd.h | |
parent | 3820ed470e71d7aa3d355495f7fd1cd8457e7c96 (diff) |
m68k: Wire up statx
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/uapi/asm/unistd.h')
-rw-r--r-- | arch/m68k/include/uapi/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h index 9fe674bf911f..25589f5b8669 100644 --- a/arch/m68k/include/uapi/asm/unistd.h +++ b/arch/m68k/include/uapi/asm/unistd.h @@ -384,5 +384,6 @@ #define __NR_copy_file_range 376 #define __NR_preadv2 377 #define __NR_pwritev2 378 +#define __NR_statx 379 #endif /* _UAPI_ASM_M68K_UNISTD_H_ */ |