Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21d380e5 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

m68k: Wire up mlock2

parent b66f55cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h>


#define NR_syscalls		375
#define NR_syscalls		376

#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT
+1 −0
Original line number Diff line number Diff line
@@ -380,5 +380,6 @@
#define __NR_sendmmsg		372
#define __NR_userfaultfd	373
#define __NR_membarrier		374
#define __NR_mlock2		375

#endif /* _UAPI_ASM_M68K_UNISTD_H_ */
+1 −0
Original line number Diff line number Diff line
@@ -395,3 +395,4 @@ ENTRY(sys_call_table)
	.long sys_sendmmsg
	.long sys_userfaultfd
	.long sys_membarrier
	.long sys_mlock2		/* 375 */