auto import from //depot/cupcake/@135843
This commit is contained in:
19
libc/arch-arm/syscalls/sync.S
Normal file
19
libc/arch-arm/syscalls/sync.S
Normal file
@@ -0,0 +1,19 @@
|
||||
/* autogenerated by gensyscalls.py */
|
||||
#include <sys/linux-syscalls.h>
|
||||
|
||||
.text
|
||||
.type sync, #function
|
||||
.globl sync
|
||||
.align 4
|
||||
.fnstart
|
||||
|
||||
sync:
|
||||
.save {r4, r7}
|
||||
stmfd sp!, {r4, r7}
|
||||
ldr r7, =__NR_sync
|
||||
swi #0
|
||||
ldmfd sp!, {r4, r7}
|
||||
movs r0, r0
|
||||
bxpl lr
|
||||
b __set_syscall_errno
|
||||
.fnend
|
||||
Reference in New Issue
Block a user