ack/mach/vax4/libbsd4_2/pipe.s

9 lines
112 B
ArmAsm
Raw Normal View History

1987-02-23 18:58:58 +00:00
#include "syscall.h"
DEFINE(_pipe)
SYSNORET(SYS_pipe)
movl 4(ap),r2
movl r0,(r2)+
movl r1,(r2)
clrl r0
ret