* 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:
Christopher Faylor 2000-08-04 00:48:26 +00:00
parent 4b2bbf9af5
commit 7511cbf69d
1 changed files with 1 additions and 1 deletions

View File

@ -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. */