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