date and time created 82/12/04 16:20:55 by mckusick
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 5 Dec 1982 08:20:55 +0000 (00:20 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 5 Dec 1982 08:20:55 +0000 (00:20 -0800)
SCCS-vsn: lib/libc/vax/sys/pipe.s 4.1

usr/src/lib/libc/vax/sys/pipe.s [new file with mode: 0644]

diff --git a/usr/src/lib/libc/vax/sys/pipe.s b/usr/src/lib/libc/vax/sys/pipe.s
new file mode 100644 (file)
index 0000000..47e3f8c
--- /dev/null
@@ -0,0 +1,10 @@
+/* pipe.s 4.1 82/12/04 */
+
+#include "SYS.h"
+
+SYSCALL(pipe)
+       movl    4(ap),r2
+       movl    r0,(r2)+
+       movl    r1,(r2)
+       clrl    r0
+       ret