xref: /original-bsd/lib/libc/vax/sys/pipe.s (revision f0fd5f8a)
1/* pipe.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5SYSCALL(pipe)
6	movl	4(ap),r2
7	movl	r0,(r2)+
8	movl	r1,(r2)
9	clrl	r0
10	ret
11