thorpej
|
6dc438b3ac
|
Warn about references to the compatibility sigaddset(), sigdelset(),
sigemptyset(), sigfillset(), and sigismember(), and direct the user
to include <signal.h> to generate the correct references.
|
1998-12-01 22:05:21 +00:00 |
christos
|
1ebb9bf289
|
Adapt to new signal changes (from Jason)
|
1998-09-26 23:53:36 +00:00 |
christos
|
26cc2d4f50
|
Fix RCSID's
|
1997-07-13 19:45:36 +00:00 |
cgd
|
ee38224d2e
|
fix up some RCS Id's i botched.
|
1995-03-04 01:55:49 +00:00 |
cgd
|
fecf194677
|
oops; we do need errno.h
|
1995-02-27 06:21:23 +00:00 |
cgd
|
9060ff0dc7
|
merge with 4.4-Lite, keeping local changes. clean up Ids
|
1995-02-27 05:50:11 +00:00 |
proven
|
628d7fa69f
|
0 is not a valid signal, in the current scheme. The header signal.h does
#define sigmask(m) (1 << ((m)-1))
Also sigismember is supposed to return 1 if the signal is a member of the
mask, and 0 is it isn't.
|
1994-02-07 04:47:49 +00:00 |
jtc
|
aa0356b56a
|
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.
|
1994-01-10 23:02:09 +00:00 |
jtc
|
a054c6582a
|
First pass at getting a clean compile with "gcc -Wall", mostly explictly
declaring function return values, etc.
|
1993-11-11 19:04:04 +00:00 |
jtc
|
9c20f740a3
|
Declare rcsid strings so they are stored in text segment.
|
1993-08-26 00:43:03 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
mycroft
|
f23f94cb77
|
Add even more RCS frobs.
|
1993-07-30 08:21:41 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |