fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sysvi386 / chdir.s
blob9974c86686b06780d718616d47f62bec0035f3c2
1 .globl _chdir
2 .globl chdir
3 _chdir:
4 chdir:
5 movl $0xc, %eax
6 lcall $7,$0
7 jb _cerror
8 xor %eax, %eax
9 ret