microblaze: Wire-up memfd_create syscall

Add new memfd_create syscall.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2014-08-21 10:19:28 +02:00
parent 53133453a9
commit 83c43c498a
2 changed files with 2 additions and 0 deletions

View File

@ -401,5 +401,6 @@
#define __NR_renameat2 383
#define __NR_seccomp 384
#define __NR_getrandom 385
#define __NR_memfd_create 386
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */

View File

@ -386,3 +386,4 @@ ENTRY(sys_call_table)
.long sys_renameat2
.long sys_seccomp
.long sys_getrandom /* 385 */
.long sys_memfd_create