From d693ad844979b8f5596dde99a0cbec070af73683 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 20 Dec 2002 02:29:00 +0000 Subject: 2002-12-19 Jeff Johnston * configure.host: Remove references to go32. * libc/sys/go32/*: Removed. --- newlib/libc/sys/go32/bdosptr.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 newlib/libc/sys/go32/bdosptr.c (limited to 'newlib/libc/sys/go32/bdosptr.c') diff --git a/newlib/libc/sys/go32/bdosptr.c b/newlib/libc/sys/go32/bdosptr.c deleted file mode 100644 index 214d40baf..000000000 --- a/newlib/libc/sys/go32/bdosptr.c +++ /dev/null @@ -1,12 +0,0 @@ -#include -#include "dos.h" - -bdosptr(int func, void *dx, unsigned al) -{ - union REGS r; - r.x.dx = dx; - r.h.ah = func; - r.h.al = al; - int86(0x21, &r, &r); - return r.x.ax; -} -- cgit v1.2.3