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
/
stat.S
blob
50c84bb97ca46be38842120f8075411811f87d0b
1
.globl _stat
2
.globl stat
3
_stat:
4
stat:
5
movl $0x12, %eax
6
lcall $7,$0
7
jb _cerror
8
xor %eax,%eax
9
ret