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