Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/23/2004 23:03:24
Module Name:	src
Committed By:	kleink
Date:		Sun May 23 23:03:24 UTC 2004

Modified Files:
	src/include: signal.h

Log Message:
Implement sigemptyset() and sigfillset() not as macros but as inline
functions, just like the rest of the sigsetops.  From J.T.Conklin
in PR lib/25627; originally prompted to work around problems with
an application but also fixing one important bug: per POSIX, these
functions may be additionally implemented as macros, iff they evaluate
their macros only once.  This was not the case.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/include/signal.h

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