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
/
pipe.S
blob
6365bcbe6bb5fe909b9700fd0e35b101951409ee
1
.globl _pipe
2
.globl pipe
3
_pipe:
4
pipe:
5
movl $0x2a, %eax
6
lcall $7,$0
7
jb _cerror
8
movl 4(%esp), %ecx
9
movl (%ecx), %eax
10
movl 4(%ecx), %edx
11
xor %eax, %eax
12
ret