Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / sys / h8300hms / fstat.S
blob1e1ca29c96681f593cc3f930e6980e8c55d0bb7f
1 ;int fstat(int filedes, struct stat *buf);
2 ;Integer arguments have to be zero extended.
4 #include "setarch.h"
6         .section .text
7         .align 2
8         .global __fstat
9 __fstat:
10 #if defined(__H8300H__) || defined(__H8300S__) || defined (__H8300SX__)
11 #if __INT_MAX__ == 32767
12         extu.l  er0
13 #endif
14 #endif
15         jsr @@0xcb
16         rts
17         .end
18