Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <99B82AA9708ED0119B55006097125A00363ECA@ifk63.mach.uni-karlsruhe.de>
From: Heribert Dahms <heribert_dahms@icon-gmbh.de>
To: "'towo@computer.org'" <towo@computer.org>, cygwin@sourceware.cygnus.com
Subject: RE: include incompatibilities
Date: Mon, 3 Jul 2000 21:22:44 +0200
X-Priority: 3
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.0.1457.3)
Content-Type: text/plain

Hi Thomas,

why bother about setlocale since strerror should give something anyway?
Then I do not tend to produce unknown errors 8-), but to be sure it's
easy
to print errno also as a number! Including errno.h and using errno and
strerror worked for me on every real Unix variant I had to deal with,
also under NT with Cygwin (of course), but Interix and UWIN as well.

Bye, Heribert (heribert_dahms@icon-gmbh.de)

> -----Original Message-----
> From:	towo@computer.org [SMTP:towo@computer.org]
> Sent:	Monday, July 03, 2000 15:37
> To:	cygwin@sourceware.cygnus.com
> Subject:	RE: include incompatibilities
> 
> [Heribert]  [snip]
> 
> Also, there are some reasons I did not use strerror().
> One is, strerror may depend on setlocale but setlocale is not
> available 
> on older systems. Another is incompatibilities with respect to
> undefined 
> values:
> Linux:
> > SYNOPSIS
> >        char *strerror(int errnum);
> > RETURN VALUE
> >        The  strerror()  function returns ... an unknown error
> message 
> >        if the error code is unknown.
> 
> Sun:
> > SYNOPSIS
> >      char *strerror(int errnum);
> > ERRORS
> >      strerror returns NULL if errnum is out-of-range.
> 
> So there is no real standard here either...
> 
> [Heribert]  [snip]
> 
> Thomas Wolff
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

