X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=WrP
	sXqMRDxkKM8kzwnlMyhcxT4/691dvqWvDGS87fubv8nCE8X00vw5/rB4n3VbMV6o
	B0KWozGZqa3afzCLpFveF4FrAt4qfEGidW1anbmEOEup3gLzDFHO1lCQWJVH0fYU
	pm2w4QC80oVw+e2h3zJgTGsQkTqgvXSknnP6F97I=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=default; bh=v0ZZcZnJw
	zMMZZdFHP2KwxLO52U=; b=IIGXkclYIYJ1UXnuji3s5y7XNVRscV/Q/QXllO7X3
	gMypU+MyFh1RznCr0IwZm/r5r+d5QiWa7RuzGBtPaa/FFZ/E/5ycoGLXqNbEWlzr
	kSib6+erI0tkU9/PFHzzScaElSGgYDE2erzpCdfr0yUo7nbpXzz+7hrzX2TtGiCx
	9k=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,T_MANY_HDRS_LCASE autolearn=ham version=3.3.2
X-HELO: mailout4.w1.samsung.com
From: Pavel Fedin <p.fedin@samsung.com>
To: cygwin@cygwin.com
Subject: stat64 and friends
Date: Wed, 29 Jan 2014 09:25:02 +0400
Message-id: <000c01cf1cb2$767577c0$63606740$%fedin@samsung.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-IsSubscribed: yes

 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.

Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia



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

