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
/
sysvi386
/
link.S
blob
d298cd08e1dedb72915f3acc8f26ab2e86fdb15d
1
.globl _link
2
.globl link
3
_link:
4
link:
5
movl $0x9, %eax
6
lcall $7,$0
7
jb _cerror
8
xor %eax, %eax
9
ret