Subject: Re: sys_errlist definitioni
To: None <current-users@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: current-users
Date: 07/03/1996 07:34:14
>> Is there any reason that we can't put the definition in *both*
>> <stdio.h> and <errno.h>?
> Or is it taboo to just "#include <errno.h>" in stdio.h?

I believe it is, from a Standard C point of view: if you include
<stdio.h> but not <errno.h> then all those errno names beginning with
E, like ENOPROTOOPT and EWOULDBLOCK, are still in user namespace.

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu
		    01 EE 31 F6 BB 0C 34 36  00 F3 7C 5A C1 A0 67 1D