Subject: Re: alternative for errno
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Mipam <mipam@ibb.net>
List: tech-net
Date: 01/31/2001 15:30:55
On Wed, Jan 31, 2001 at 09:21:11PM +0100, Hubert Feyrer wrote:
> On Wed, 31 Jan 2001, Mipam wrote:
> > I wished to use this in a c program:
> > 
> > if (errno == EINTR)
> >    errno = ETIMEDOUT;
> > 
> > I included sys/errno.h
> > Unfortenuatly errno is not defined in here so i cant compile.
> > Any suggestions what i could use instead?
> 
> <errno.h> ?

Aah, cool, thanks, that did the job :)

Mipam.