repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
sysvnecv70
/
close.S
blob
5c80dcd30a53d069c7ba24b265d78500910cc079
1
2
.globl __close
3
.globl _close
4
__close:
5
_close: chlvl #0,#6
6
jnl ok
7
jmp cerror
8
ok: xor.w r0,r0
9
ret #0
10