From beca6ac5c48a765ac729428a1b9da78214e86fbe Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 11 Sep 2007 14:59:11 +0000 Subject: [PATCH] turn off failed attempt to use 64-bit transitional file API svn: r7314 --- src/mzscheme/sconfig.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/mzscheme/sconfig.h b/src/mzscheme/sconfig.h index 966658b24f..8c71c2a81a 100644 --- a/src/mzscheme/sconfig.h +++ b/src/mzscheme/sconfig.h @@ -110,8 +110,6 @@ # define USE_ON_EXIT_FOR_ATEXIT # endif -#define USE_TRANSITIONAL_64_FILE_OPS - # ifndef i386 # define FLUSH_SPARC_REGISTER_WINDOWS # endif @@ -205,10 +203,6 @@ # define MZ_TCP_LISTEN_IPV6_ONLY_SOCKOPT -#if !defined(__x86_64__) -# define USE_TRANSITIONAL_64_FILE_OPS -#endif - # define FLAGS_ALREADY_SET #if defined(i386) @@ -1030,8 +1024,8 @@ are reset to blocking mode before exiting. */ /* USE_TRANSITIONAL_64_FILE_OPS uses fseeko64, lseek64, stat64, - etc. for file operations involving sizes (that can requires - 64-bit arithmetic). Use this when off_t is only 32 bits wide. */ + etc. for file operations involving sizes (that can require + 64-bit arithmetic). */ /* USE_ULIMIT uses ulimit instead of getdtablesize (Unix). */