diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-01-15 14:31:30 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-02-01 10:34:42 +0100 |
commit | 78832a88e67b4c5e71926949aff401d2a1241b15 (patch) | |
tree | a9f1153d31763734edf9b348f864bf4300e1ddc9 /arch/m68k/include/uapi | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | op-kernel-dev-78832a88e67b4c5e71926949aff401d2a1241b15.zip op-kernel-dev-78832a88e67b4c5e71926949aff401d2a1241b15.tar.gz |
m68k: Wire up copy_file_range
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/uapi')
-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 36cf129..0ca7296 100644 --- a/arch/m68k/include/uapi/asm/unistd.h +++ b/arch/m68k/include/uapi/asm/unistd.h @@ -381,5 +381,6 @@ #define __NR_userfaultfd 373 #define __NR_membarrier 374 #define __NR_mlock2 375 +#define __NR_copy_file_range 376 #endif /* _UAPI_ASM_M68K_UNISTD_H_ */ |