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

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

Minix 3.1.2a

  • Property svn:executable set to *
File size: 164 bytes
Line 
1.sect .text
2.extern __truncate
3.extern __ftruncate
4.define _truncate
5.define _ftruncate
6.align 2
7
8_truncate:
9 jmp __truncate
10
11.align 2
12_ftruncate:
13 jmp __ftruncate
Note: See TracBrowser for help on using the repository browser.