* Merge in cygwin-64bit-branch.

This commit is contained in:
Corinna Vinschen
2013-04-23 09:44:36 +00:00
parent 1875ee55d3
commit 61522196c7
253 changed files with 10632 additions and 5055 deletions

View File

@ -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;