blob: 29b308b3d1fcb09d99f5db0a4a3b45d154702016 [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY(mremap)
mov ip, r7
ldr r7, =__NR_mremap
swi #0
mov r7, ip
movs r0, r0
bxpl lr
b __set_syscall_errno
END(mremap)