minix/lib/libc/syscall/stime.S
2010-03-03 14:27:30 +00:00

8 lines
68 B
ArmAsm

.text
.extern __stime
.globl _stime
.balign 2
_stime:
jmp __stime