Subject: alternative for errno
To: None <tech-net@netbsd.org>
From: Mipam <mipam@ibb.net>
List: tech-net
Date: 01/31/2001 15:23:09
Hi,

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?
Bye,

Mipam.