diff options
Diffstat (limited to 'newlib/libc/sys/go32/intdosx.c')
-rw-r--r-- | newlib/libc/sys/go32/intdosx.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libc/sys/go32/intdosx.c b/newlib/libc/sys/go32/intdosx.c deleted file mode 100644 index ec3e9fb..0000000 --- a/newlib/libc/sys/go32/intdosx.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <sys/dos.h> - -intdosx(union REGS *in, union REGS *out, struct SREGS *seg) -{ - return int86x(0x21, in, out, seg); -} |