Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 07/16/2003 14:48:24
Module Name:	src
Committed By:	kleink
Date:		Wed Jul 16 14:48:23 UTC 2003

Modified Files:
	src/sys/sys: signal.h

Log Message:
Unconditionally expose all SIG* signal numbers; this follows existing
practice of other implementations, stays within the name space reserved
for the implementation (both C99 and POSIX), and avoids cluttering with
feature tests for no good reason.

Addresses PR standards/22149 by Nathan Williams.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/sys/signal.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.