date and time created 90/05/12 16:51:44 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 May 1990 07:51:44 +0000 (23:51 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 May 1990 07:51:44 +0000 (23:51 -0800)
SCCS-vsn: lib/libc/hp300/sys/pipe.s 5.1

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

diff --git a/usr/src/lib/libc/hp300/sys/pipe.s b/usr/src/lib/libc/hp300/sys/pipe.s
new file mode 100644 (file)
index 0000000..bfdfc7a
--- /dev/null
@@ -0,0 +1,23 @@
+/*-
+ * Copyright (c) 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * the Systems Programming Group of the University of Utah Computer
+ * Science Department.
+ *
+ * %sccs.include.redist.c%
+ */
+
+#if defined(LIBC_SCCS) && !defined(lint)
+       .asciz "@(#)pipe.s      5.1 (Berkeley) %G%"
+#endif /* LIBC_SCCS and not lint */
+
+#include "SYS.h"
+
+SYSCALL(pipe)
+       movl    sp@(4),a0
+       movl    d0,a0@+
+       movl    d1,a0@
+       clrl    d0
+       rts