newlib-cygwin/newlib/libc/sys/sysvi386/getdents.s

7 lines
77 B
ArmAsm

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