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

7 lines
77 B
ArmAsm

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