avr32: wire up pkey syscalls
This patch wires up the new pkey_mprotect, pkey_alloc and pkey_free syscalls on AVR32.
This commit is contained in:
@@ -340,5 +340,8 @@
|
||||
#define __NR_copy_file_range 325
|
||||
#define __NR_preadv2 326
|
||||
#define __NR_pwritev2 327
|
||||
#define __NR_pkey_mprotect 328
|
||||
#define __NR_pkey_alloc 329
|
||||
#define __NR_pkey_free 330
|
||||
|
||||
#endif /* _UAPI__ASM_AVR32_UNISTD_H */
|
||||
|
Reference in New Issue
Block a user