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>2000-07-29 20:01:23 +0400
committerChristopher Faylor <me@cgf.cx>2000-07-29 20:01:23 +0400
commit53211514a0466b7e29f6f53c11b769befddfdfa6 (patch)
tree5a68ba861a827568644a5788f45b9dc23194a771 /winsup/cygwin/winsup.h
parent9eef1530d55f69e6109e5d4348b735d008c2a666 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 35545ef4b..114678548 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -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);