microblaze: Wire-up execveat syscall

Add new execveat syscall.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2014-12-18 15:29:54 +01:00
parent e236fe93e3
commit add4b1b02d
3 changed files with 3 additions and 1 deletions

View File

@@ -403,5 +403,6 @@
#define __NR_getrandom 385
#define __NR_memfd_create 386
#define __NR_bpf 387
#define __NR_execveat 388
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */