libc/newlib/libc/sys/sysvi386/utime.S

9 lines
93 B
ArmAsm

.globl _utime
.globl utime
_utime:
utime:
movl $0x1e, %eax
lcall $7,$0
jb _cerror
ret