mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-03 13:35:46 +08:00
cygwin: only expose /dev/con{in,out,sole} when started from a Windows console
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
bd86e9de75
commit
b706c6b479
@ -1439,7 +1439,7 @@ private:
|
||||
ssize_t __stdcall write (const void *ptr, size_t len);
|
||||
void doecho (const void *str, DWORD len) { (void) write (str, len); }
|
||||
int close ();
|
||||
static bool exists () {return !!GetConsoleCP ();}
|
||||
static bool exists () {return shared_console_info && !!GetConsoleCP ();}
|
||||
|
||||
int tcflush (int);
|
||||
int tcsetattr (int a, const struct termios *t);
|
||||
|
Loading…
x
Reference in New Issue
Block a user