repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
sysvi386
/
pause.S
blob
8e8bd229b99cdfd710bf401b5e754a0bd8039fc1
1
.globl _pause
2
_pause:
3
movl $0x1d, %eax
4
lcall $7,$0
5
jb _cerror
6
ret