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
/
read.S
blob
8ecb5bacf83c4834d2cfc3e1ee83173b4f668801
1
.globl _read
2
.globl read
3
_read:
4
read:
5
movl $3, %eax
6
lcall $7,$0
7
jb _cerror
8
ret