freebsd-dev/lib/libc
John Birrell c86afb6bc0 signal() returns SIG_ERR, not just -1. The sys/signal.h header file
provides the cast from -1 to the signal() return type, so no further
casting by programmers should be required.

Pointed out by: bde (of course).
1998-02-15 00:46:47 +00:00
..
amd64
compat-43
db
gen signal() returns SIG_ERR, not just -1. The sys/signal.h header file 1998-02-15 00:46:47 +00:00
gmon Format the MLINKS statement the same as in most other libc Makefile.inc's. 1997-12-19 21:53:35 +00:00
i386
locale Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which 1998-01-15 09:58:08 +00:00
net Fixed #includes in the synopsis and in an example. <sys/socket.h> 1998-01-20 11:03:15 +00:00
nls Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which 1998-01-15 09:58:08 +00:00
quad Put the .PATH statement first as in all other libc Makefile.inc's. 1997-12-19 21:56:38 +00:00
regex Note that '+' and '?' are not special characters in basic REs but they 1998-02-14 18:26:29 +00:00
rpc Fixed wrong prototypes. Most of the prototypes had missing return types, 1998-01-16 13:33:09 +00:00
stdio Many security improvements from OpenBSD: 1998-02-13 02:13:24 +00:00
stdlib Drop the use of caddr_t in conjunction with mmap(2). 1997-12-31 03:15:06 +00:00
stdtime
string PR: 5573 1998-01-27 07:01:09 +00:00
sys Document the fpgetprec/fpsetprec functions in their man page. 1998-02-04 22:30:20 +00:00
xdr
yp
Makefile - Bump the minor # due to the addition of the stringlist functions. 1998-02-12 01:44:53 +00:00
Makefile.inc