* environ.cc (parse_thing): Make binmode a DWORD.

* hinfo.cc (hinfo::init_std_file_from_handle): Use 'binmode' to determine
default open mode.
* winsup.h: Declare binmode.
This commit is contained in:
Christopher Faylor
2000-07-29 16:01:23 +00:00
parent 9eef1530d5
commit 53211514a0
4 changed files with 10 additions and 5 deletions

View File

@@ -435,6 +435,7 @@ int _raise (int sig);
int getdtablesize ();
void setdtablesize (int);
extern DWORD binmode;
extern char _data_start__, _data_end__, _bss_start__, _bss_end__;
extern void (*__CTOR_LIST__) (void);
extern void (*__DTOR_LIST__) (void);