* 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
fac857e26c
commit
3ff407a607
|
@ -627,7 +627,7 @@ winenv (const char * const *envp, int keep_posix)
|
||||||
did not seem to know about importing data variables from the DLL.
|
did not seem to know about importing data variables from the DLL.
|
||||||
So, we have to synchronize cygwin's idea of the environment with the
|
So, we have to synchronize cygwin's idea of the environment with the
|
||||||
main program's with each reference to the environment. */
|
main program's with each reference to the environment. */
|
||||||
char ** __stdcall
|
extern "C" char ** __stdcall
|
||||||
cur_environ ()
|
cur_environ ()
|
||||||
{
|
{
|
||||||
if (*main_environ != __cygwin_environ)
|
if (*main_environ != __cygwin_environ)
|
||||||
|
|
Loading…
Reference in New Issue