* select.cc (fhandler_console::select_read): Call set_cursor_maybe since select
may block and cursor may not be visible. * select.cc (fhandler_console::select_write): Ditto. * select.cc (fhandler_console::select_except): Ditto. * environ.cc (cur_environ): Give "C" linkage. * winsup.h: Ditto. * winsup.cc: Change include ordering.
This commit is contained in:
parent
4b2bbf9af5
commit
7511cbf69d
|
@ -500,7 +500,7 @@ win_env * __stdcall getwinenv (const char *name, const char *posix = NULL);
|
|||
void __stdcall update_envptrs ();
|
||||
char * __stdcall winenv (const char * const *, int);
|
||||
extern char **__cygwin_environ, ***main_environ;
|
||||
extern char __stdcall **cur_environ ();
|
||||
extern "C" char __stdcall **cur_environ ();
|
||||
#define environ (cur_environ ())
|
||||
|
||||
/* The title on program start. */
|
||||
|
|
Loading…
Reference in New Issue