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