Retro68/gcc/newlib/libc/sys/sysvi386/getdents.S

7 lines
77 B
ArmAsm
Raw Normal View History

.globl _getdents
_getdents:
movl $0x51, %eax
lcall $7,$0
jb _cerror
ret