Date: Wed, 29 Apr 1998 02:10:58 -0700 (PDT) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <199804290910.CAA21935@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/04/29 02:10:58 PDT Modified files: lib/libc/stdlib malloc.c Log: Replace the threaded locking with spinlock calls for both threaded and non-threaded programs. This makes malloc thread safe for linking with libpthread and kernel threads. Reviewed by: phk Revision Changes Path 1.37 +10 -18 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804290910.CAA21935>