Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / sys / sysvi386 / access.S
blobbf35891dc87f82d86bec324cbbedb847750aa1fa
1         .globl  _access
2         .globl  access
3 access:
4 _access:
5         movl    $0x21, %eax
6         lcall   $7, $0
7         jb      _cerror
8         ret