* include/cygwin/cygwin_dll.h: Update for modern compilers.

* lib/cygwin_crt0.c: Inexplicably need to define alloca for newer compilers.
* fhandler.h (fhandler_console): Add new method.
* fhandler.cc (fhandler_console::set_cursor_maybe): New method.
(fhandler_console::read): Set cursor if it has moved to make it visible.
This commit is contained in:
Christopher Faylor
2000-07-29 04:19:24 +00:00
parent d1baac7725
commit 9eef1530d5
3 changed files with 10 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ details. */
#include <sys/cygwin.h>
#include "crt0.h"
#define alloca __builtin_alloca
extern void dll_crt0__FP11per_process (struct per_process *) __declspec (dllimport) __attribute ((noreturn));
/* for main module */