Retro68/gcc/newlib/libc/sys/sysvi386/sysconf.S
2012-03-27 01:51:53 +02:00

7 lines
75 B
ArmAsm

.globl sysconf
sysconf:
movl $0x2d28, %eax
lcall $7,$0
jb _cerror
ret