Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-09-01 09:38:46 +0400
committerChristopher Faylor <me@cgf.cx>2001-09-01 09:38:46 +0400
commit2496a3637f4bcb5617c661ef33e3e1a1cc5e93c1 (patch)
treef60a499065ac6ee58ef4add60772ff55d4750a2b /winsup/cygwin/tty.h
parente62ac9e86925090d0727605b33a1628d01b86158 (diff)
* tty.cc (tty::create_inuse): Eliminate unneeded argument.
* tty.h: Reflect above change. * fhandler_tty.cc: Reflect argument reduction in tty::create_inuse, throughout. Always make inuse inheritable.
Diffstat (limited to 'winsup/cygwin/tty.h')
-rw-r--r--winsup/cygwin/tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/tty.h b/winsup/cygwin/tty.h
index 0730e51a9..a081502c1 100644
--- a/winsup/cygwin/tty.h
+++ b/winsup/cygwin/tty.h
@@ -100,7 +100,7 @@ public:
BOOL was_opened; /* True if opened at least once. */
void init ();
- HANDLE create_inuse (const char *, BOOL);
+ HANDLE create_inuse (const char *);
BOOL common_init (fhandler_pty_master *);
BOOL alive (const char *fmt);
BOOL slave_alive ();