source: trunk/minix/lib/syscall/chdir.s@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

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.