source:
trunk/minix/lib/syscall/chdir.s@
9
| Last change on this file since 9 was 9, checked in by , 15 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.