* cygheap.h (struct init_cygheap): Add mt_h member.

* fhandler_tape.cc (mt_h): Drop in favor of cygheap based handle.
	(mtinfo_init): Use cygheap->mt_h handle.  Protect it.
This commit is contained in:
Corinna Vinschen
2004-05-12 12:28:59 +00:00
parent 8bdfa78a69
commit 191ea07aa5
3 changed files with 10 additions and 3 deletions

View File

@ -253,6 +253,7 @@ struct init_cygheap
mode_t umask;
HANDLE shared_h;
HANDLE console_h;
HANDLE mt_h;
char *cygwin_regname;
cwdstuff cwd;
dtable fdtab;