source:
trunk/minix/lib/syscall/chdir.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 130 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.