From f4995111a02a5c2ea60f63bc0ffa499b9567aca6 Mon Sep 17 00:00:00 2001 From: jlemon Date: Tue, 28 Jul 1998 03:33:27 +0000 Subject: Add wrappers for i386_*_ioperm, i386_vm86 so userland code does not have to call sysarch() directly. Added man pages for above, as well as sysarch() --- lib/libc/i386/sys/Makefile.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/libc/i386/sys/Makefile.inc') diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc index 52d8549..2e3db4f 100644 --- a/lib/libc/i386/sys/Makefile.inc +++ b/lib/libc/i386/sys/Makefile.inc @@ -1,7 +1,8 @@ # from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp -# $Id: Makefile.inc,v 1.9 1998/04/30 09:30:50 jb Exp $ +# $Id: Makefile.inc,v 1.10 1998/04/30 10:02:44 jb Exp $ -SRCS+= i386_get_ldt.c i386_set_ldt.c +SRCS+= i386_get_ldt.c i386_set_ldt.c i386_get_ioperm.c i386_set_ioperm.c \ + i386_vm86.c MDASM= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S \ ptrace.S reboot.S rfork.S sbrk.S setlogin.S sigpending.S \ @@ -21,7 +22,8 @@ PSEUDO= _getlogin.o PSEUDOR= _exit.o .if ${LIB} == "c" -MAN2+= i386_get_ldt.2 +MAN2+= i386_get_ldt.2 i386_get_ioperm.2 i386_vm86.2 MLINKS+=i386_get_ldt.2 i386_set_ldt.2 +MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2 .endif -- cgit v1.1