Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20030817215913.41384.qmail@web41508.mail.yahoo.com> Date: Sun, 17 Aug 2003 14:59:13 -0700 (PDT) From: ColinB Subject: Re: Question about large file support To: cygwin AT cygwin DOT com In-Reply-To: <20030817170514.GJ3101@cygbert.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Thanks Corinna, fseeko is new to me! So for 64 bit file offsets I can use either: open/lseek/close or fopen/fseeko/ftello/fclose But in both cases do I have to specify #define _FILE_OFFSET_BITS 64 to make off_t 64 bit, or will off_t be 64 bits by default in cygwin 1.5.0 ? Colin __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/