avr32: wire up missing syscalls
This patch adds three missing syscalls to AVR32: __NR_userfaultfd __NR_membarrier __NR_mlock2 Signed-off-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
This commit is contained in:
@@ -334,5 +334,8 @@
|
||||
#define __NR_bpf 319
|
||||
#define __NR_execveat 320
|
||||
#define __NR_accept4 321
|
||||
#define __NR_userfaultfd 322
|
||||
#define __NR_membarrier 323
|
||||
#define __NR_mlock2 324
|
||||
|
||||
#endif /* _UAPI__ASM_AVR32_UNISTD_H */
|
||||
|
Reference in New Issue
Block a user