repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
sysvi386
/
close.s
blob
e46c0c13dd215d6c9d762be0d2eaded36bcdc457
1
.globl _close
2
.globl close
3
_close
:
4
close
:
5
movl $
6
, %
eax
6
lcall $
7
,
$
0
7
jb _cerror
8
xor
%
eax
, %
eax
9
ret