Subject: changed files: 'src/lib/libc/gen sigsetops.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 01/10/1994 15:02:14
Update of /b/source/CVS/src/lib/libc/gen
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/tmp2/libc/gen

Modified Files:
	sigsetops.c 
Log Message:
Set errno to EINVAL and return -1 if the argument to sigaddset(), sigdelset(),
or sigismember() is out of range.  POSIX.1 allowed the old behavior, but
detecting the errors is a more reasonable course of action. 


------------------------------------------------------------------------------