4.1cBSD/usr/src/lib/libc/sys/pipe.c

Compare this file to the similar file:
Show the results in this format:

/* pipe.c 4.1 82/12/04 */

#include "SYS.h"

SYSCALL(pipe)
	movl	4(ap),r2
	movl	r0,(r2)+
	movl	r1,(r2)
	clrl	r0
	ret