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
/
h8300hms
/
stat.S
blob
dae23c4704694db97ab71cf3a121aeb54270b6f4
1
;int stat(const char *file_name, struct stat *buf);
2
3
#include "setarch.h"
4
5
.section .text
6
.align 2
7
.global __stat
8
__stat:
9
jsr @@0xca
10
rts
11
.end
12