fchdir() fix
This commit is contained in:
parent
36f91229ea
commit
030c1c2560
@ -1,7 +1,11 @@
|
|||||||
.sect .text
|
.sect .text
|
||||||
.extern __chdir
|
.extern __chdir
|
||||||
.define _chdir
|
.define _chdir
|
||||||
|
.extern __fchdir
|
||||||
|
.define _fchdir
|
||||||
.align 2
|
.align 2
|
||||||
|
|
||||||
_chdir:
|
_chdir:
|
||||||
jmp __chdir
|
jmp __chdir
|
||||||
|
_fchdir:
|
||||||
|
jmp __fchdir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user