Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / sys / sysvi386 / pipe.S
blob6365bcbe6bb5fe909b9700fd0e35b101951409ee
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