diff options
Diffstat (limited to 'libc/arch-arm/syscalls/mount.S')
-rw-r--r-- | libc/arch-arm/syscalls/mount.S | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libc/arch-arm/syscalls/mount.S b/libc/arch-arm/syscalls/mount.S deleted file mode 100644 index a2b9f1d..0000000 --- a/libc/arch-arm/syscalls/mount.S +++ /dev/null @@ -1,21 +0,0 @@ -/* autogenerated by gensyscalls.py */ -#include <sys/linux-syscalls.h> - - .text - .type mount, #function - .globl mount - .align 4 - .fnstart - -mount: - mov ip, sp - .save {r4, r5, r6, r7} - stmfd sp!, {r4, r5, r6, r7} - ldmfd ip, {r4, r5, r6} - ldr r7, =__NR_mount - swi #0 - ldmfd sp!, {r4, r5, r6, r7} - movs r0, r0 - bxpl lr - b __set_syscall_errno - .fnend |