changeset 51124:ec1e9e347981

(_start): Remove _fmode initialization.
author Jason Rumney <jasonr@gnu.org>
date Wed, 21 May 2003 20:43:00 +0000
parents 605e818cbe30
children 9f5266505a66
files src/unexw32.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexw32.c	Wed May 21 20:12:20 2003 +0000
+++ b/src/unexw32.c	Wed May 21 20:43:00 2003 +0000
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdlib.h> 	/* _fmode */
 #include <stdio.h>
 #include <fcntl.h>
 #include <time.h>
@@ -112,10 +111,6 @@
   /* Grab our malloc arena space now, before CRT starts up. */
   init_heap ();
 
-  /* The default behavior is to treat files as binary and patch up
-     text files appropriately, in accordance with the MSDOS code.  */
-  _fmode = O_BINARY;
-
   /* This prevents ctrl-c's in shells running while we're suspended from
      having us exit.  */
   SetConsoleCtrlHandler ((PHANDLER_ROUTINE) ctrl_c_handler, TRUE);