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