BSD 4 development
[unix-history] / usr / src / libc / sys / mpxcall.s
# 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