diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-08-11 21:42:49 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-09-01 10:28:00 +0200 |
commit | 4ed7800987b1b082f8fc98c5cb7eb20cf74280a8 (patch) | |
tree | 538fcc83117efe2a42b71f4fd0758e40a2ddb45e /arch/m68k/include/asm | |
parent | 16d7b8b99231874d35ab855804c65768e640d6b8 (diff) | |
download | blackbird-op-linux-4ed7800987b1b082f8fc98c5cb7eb20cf74280a8.tar.gz blackbird-op-linux-4ed7800987b1b082f8fc98c5cb7eb20cf74280a8.zip |
m68k: Wire up memfd_create
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm')
-rw-r--r-- | arch/m68k/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h index fbf8792f4179..4ef7a54813e6 100644 --- a/arch/m68k/include/asm/unistd.h +++ b/arch/m68k/include/asm/unistd.h @@ -4,7 +4,7 @@ #include <uapi/asm/unistd.h> -#define NR_syscalls 353 +#define NR_syscalls 354 #define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_STAT |