use GIFBRDADDR instead of trying to figure it out by hand
[unix-history] / usr / src / lib / libc / vax / sys / pipe.s
CommitLineData
07e31a92
KM
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