Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Harold Hunt" <huntharo@msu.edu>
To: "Danny Smith" <danny_r_smith_2001@yahoo.co.nz>
Cc: "cygwin" <cygwin@cygwin.com>
Subject: RE: __STRICT_ANSI__
Date: Thu, 17 May 2001 02:20:02 -0400
Message-ID: <NHEELHJHHFKPMAEAFMFCEEFLCFAA.huntharo@msu.edu>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <20010516233855.29403.qmail@web6405.mail.yahoo.com>
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

Danny,

> ANSI portable code, don't use them.  __STRICT_ANSI__ is doing its job
> correctly, thank you very much.

Yup, you're right.  If you pass -ansi to gcc *and* you define __USE_POSIX,
then you surely should not be able to use fdopen or fileno.  Wait a
minute...

I am more inclined to believe that the standard lib on Linux is more correct
than newlib.  Then again, what is correct?  The standard that everyone has
been using for years or the "standard"?  I have no idea...

On a side note, I couldn't find anywhere that XFree86 defines
__STRICT_ANSI__; rather, __STRICT_ANSI__ seems to be a side effect of
passing -ansi to gcc...

Harold


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

