freebsd-nq/lib/libc/include
Jacques Vidrine 905ec0db3b Correct a bug that was somehow both obvious and hard-to-see. :-)
An incorrectly-sized allocation was being made due to an incorrect
argument to the `sizeof' operator.  Obvious, because it violated the
`foo = malloc(sizeof(*foo))' idiom.  Hard-to-see, because it was a
missing `*' (`*p' versus `**p').

Resulting failure was
Reported by:	ache

Sponsored by:	DARPA, Network Associates Laboratories
2003-04-21 15:44:25 +00:00
..
fpmath.h Implement fpclassify(): 2003-02-08 20:37:55 +00:00
libc_private.h Eliminate 19 warnings in libc (at level WARNS=2) of the 2003-02-27 13:40:01 +00:00
namespace.h = Implement name service switch modules (NSS modules). NSS modules 2003-04-17 14:14:22 +00:00
nss_tls.h Correct a bug that was somehow both obvious and hard-to-see. :-) 2003-04-21 15:44:25 +00:00
reentrant.h * Add stubs for pthread_cond_broadcast. 2002-11-01 09:37:17 +00:00
spinlock.h - Define a _spinunlock() function so that threading implementations may do 2003-03-26 04:02:24 +00:00
un-namespace.h = Implement name service switch modules (NSS modules). NSS modules 2003-04-17 14:14:22 +00:00