Subject: Re: location of signal prototypes, etc.
To: None <tech-userlevel@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: tech-userlevel
Date: 05/31/1995 06:56:03
> [...<signal.h> vs <sys/signal.h>...]

> I see several ways of handling this situation:

> 	* Merge <signal.h> and <sys/signal.h>; then make a symlink
> 	  between /usr/include/signal.h and /usr/include/sys/signal.h.

This is close to my preferred solution, which is to merge them and then
have one include the other.  (I don't care for symlinks because they
wreck relative paths.  If neither file includes anything else, it is
probably safe.)

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu