* Merge in cygwin-64bit-branch.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/* binmode.c
|
||||
|
||||
Copyright 2000, 2001, 2010 Red Hat, Inc.
|
||||
Copyright 2000, 2001, 2010, 2013 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
@ -14,7 +14,9 @@ details. */
|
||||
|
||||
extern int _fmode;
|
||||
void
|
||||
cygwin_premain0 (int argc, char **argv, struct per_process *myself)
|
||||
cygwin_premain0 (int argc __attribute__ ((unused)),
|
||||
char **argv __attribute__ ((unused)),
|
||||
struct per_process *myself __attribute__ ((unused)))
|
||||
{
|
||||
_fmode &= ~_O_TEXT;
|
||||
_fmode |= _O_BINARY;
|
||||
|
Reference in New Issue
Block a user