freebsd-dev/lib/libpthread
Jason Evans 40316fa981 Fix a memory leak. pthread_set_name_np() allocates space for a name, but
_thread_gc() was not deallocating it.

PR:	misc/18504
2000-05-16 21:57:12 +00:00
..
arch $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
man add MLINKS: pthread_testcancel(3) -> pthread_setcanceltype(3) 2000-05-12 09:59:44 +00:00
sys $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
test Add test to detect propagation of cancellation points within libc_r. 2000-04-26 23:25:58 +00:00
thread Fix a memory leak. pthread_set_name_np() allocates space for a name, but 2000-05-16 21:57:12 +00:00
Makefile Add a wrapper for the sendfile() system call. 2000-04-27 00:59:44 +00:00