From d7b19496d84ff3d0b03eac8f31bdf59287c70065 Mon Sep 17 00:00:00 2001 From: forsyth Date: Fri, 25 Feb 2011 11:01:58 +0000 Subject: 20110225-1101 --- Nt/386/include/lib9.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'Nt') diff --git a/Nt/386/include/lib9.h b/Nt/386/include/lib9.h index c726f21e..71dbda51 100755 --- a/Nt/386/include/lib9.h +++ b/Nt/386/include/lib9.h @@ -464,27 +464,3 @@ extern char *argv0; extern void setbinmode(void); extern void* sbrk(int); -/* - * Extensions for emu kernel emulation - */ -#ifdef EMU - -/* - * This structure must agree with FPsave and FPrestore asm routines - */ -typedef struct FPU FPU; -struct FPU -{ - uchar env[28]; -}; - -extern void sleep(int); - -/* Set up private thread space */ -extern __declspec(thread) Proc* up; -#define Sleep NTsleep - -typedef jmp_buf osjmpbuf; -#define ossetjmp(buf) setjmp(buf) - -#endif -- cgit v1.2.3