Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / sys / h8300hms / stat.S
blobdae23c4704694db97ab71cf3a121aeb54270b6f4
1 ;int stat(const char *file_name, struct stat *buf);
3 #include "setarch.h"
5         .section .text
6         .align 2
7         .global __stat
8 __stat:
9         jsr @@0xca
10         rts
11         .end
12