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