diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-09-05 19:43:48 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-09-05 19:43:48 +0400 |
commit | fb762340e55638332407560396aea380b7af9cbf (patch) | |
tree | a507b096311b58bf9b7710db66f98a1b753034b7 /arch/m68k/include/uapi/asm/unistd.h | |
parent | ce00a967377baadf2481521e131771adc7652856 (diff) | |
parent | 4ed7800987b1b082f8fc98c5cb7eb20cf74280a8 (diff) | |
download | linux-fb762340e55638332407560396aea380b7af9cbf.tar.xz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k updates from Geert Uytterhoeven:
"Wire up new syscalls getrandom and memfd_create"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
m68k: Wire up memfd_create
m68k: Wire up getrandom
Diffstat (limited to 'arch/m68k/include/uapi/asm/unistd.h')
-rw-r--r-- | arch/m68k/include/uapi/asm/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h index 9cd82fbc7817..b419c6b7ac37 100644 --- a/arch/m68k/include/uapi/asm/unistd.h +++ b/arch/m68k/include/uapi/asm/unistd.h @@ -357,5 +357,7 @@ #define __NR_sched_setattr 349 #define __NR_sched_getattr 350 #define __NR_renameat2 351 +#define __NR_getrandom 352 +#define __NR_memfd_create 353 #endif /* _UAPI_ASM_M68K_UNISTD_H_ */ |