BSD 3 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Tue, 13 Nov 1979 02:39:24 +0000 (18:39 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Tue, 13 Nov 1979 02:39:24 +0000 (18:39 -0800)
Work on file usr/src/libc/sys/mpxcall.s

Synthesized-from: 3bsd

usr/src/libc/sys/mpxcall.s [new file with mode: 0644]

diff --git a/usr/src/libc/sys/mpxcall.s b/usr/src/libc/sys/mpxcall.s
new file mode 100644 (file)
index 0000000..4e05b46
--- /dev/null
@@ -0,0 +1,17 @@
+# C library -- mpxcall
+
+# mpxcall(file, buffer, count);
+#
+#
+
+       .set    mpxcall,56
+.globl _mpxcall
+.globl  cerror
+
+_mpxcall:
+       .word   0x0000
+       chmk    $mpxcall
+       bcc     noerror
+       jmp     cerror
+noerror:
+       ret