repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Uninitialized vector entry?
[minix3.git]
/
lib
/
syscall
/
chdir.s
blob
98e8f708e7991284f59add180919f982d1561029
1
.sect .text
2
.extern __chdir
3
.define _chdir
4
.extern __fchdir
5
.define _fchdir
6
.align 2
7
8
_chdir
:
9
jmp __chdir
10
_fchdir
:
11
jmp __fchdir