repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git]
/
lib
/
syscall
/
truncate.s
blob
1915ad7857a14d727b22713fab4e97e7025282ad
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