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