提交 16d7b8b9 编写于 作者: G Geert Uytterhoeven

m68k: Wire up getrandom

Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
上级 69e273c0
......@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h>
#define NR_syscalls 352
#define NR_syscalls 353
#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT
......
......@@ -357,5 +357,6 @@
#define __NR_sched_setattr 349
#define __NR_sched_getattr 350
#define __NR_renameat2 351
#define __NR_getrandom 352
#endif /* _UAPI_ASM_M68K_UNISTD_H_ */
......@@ -372,4 +372,5 @@ ENTRY(sys_call_table)
.long sys_sched_setattr
.long sys_sched_getattr /* 350 */
.long sys_renameat2
.long sys_getrandom
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册