mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
Kill off poll_interruptions(); it is lethal when we're acting as a PXE
stack or INT 13 emulator etc.
This commit is contained in:
@@ -222,7 +222,6 @@ extern int load_block P((unsigned char *, unsigned int, unsigned int, int ));
|
||||
extern void twiddle P((void));
|
||||
extern void sleep P((int secs));
|
||||
extern void interruptible_sleep P((int secs));
|
||||
extern void poll_interruptions P((void));
|
||||
extern int strcasecmp P((const char *a, const char *b));
|
||||
extern char *substr P((const char *a, const char *b));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user