From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24179 invoked by alias); 29 Jan 2014 05:32:57 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 24129 invoked by uid 89); 29 Jan 2014 05:32:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-02-ewr.mailhop.org Received: from mho-02-ewr.mailhop.org (HELO mho-02-ewr.mailhop.org) (204.13.248.72) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 29 Jan 2014 05:32:56 +0000 Received: from pool-173-76-44-31.bstnma.fios.verizon.net ([173.76.44.31] helo=cgf.cx) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1W8Nle-00057P-JM for cygwin@cygwin.com; Wed, 29 Jan 2014 05:32:54 +0000 Received: from ednor (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with SMTP id E47EA600DD for ; Wed, 29 Jan 2014 00:32:52 -0500 (EST) Received: by ednor (sSMTP sendmail emulation); Wed, 29 Jan 2014 00:32:52 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1//yIaG34a5f6PT6lw6FFkI Date: Wed, 29 Jan 2014 05:32:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: stat64 and friends Message-ID: <20140129053252.GB7396@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <000c01cf1cb2$767577c0$63606740$%fedin@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000c01cf1cb2$767577c0$63606740$%fedin@samsung.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2014-01/txt/msg00461.txt.bz2 On Wed, Jan 29, 2014 at 09:25:02AM +0400, Pavel Fedin wrote: > Hello! > > I'd like to complain about missing stat64() family of functions. Yes, i >know that under Cygwin i just need to use stat() instead. But may be we >should include something like this in our headers : >#define stat64 stat >#define lstat64 lstat >#define fstat64 fstat > ? > > It's a bit painful to add these definitions in the code here and there. >AFAIK every UNIX system still has them for source compatibility. Thursday! cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple