Date: Wed, 4 Jun 2003 01:23:05 -0700 (PDT) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_init.c Message-ID: <200306040823.h548N5aA067035@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/06/04 01:23:05 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_init.c Log: Make C applications statically compiled with libthr work. Previously, an application compiled -static with libthr would dump core in malloc(3) because the stub thread initialization routine in libc would be used instead of the libthr supplied one. Revision Changes Path 1.8 +6 -0 src/lib/libthr/thread/thr_init.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306040823.h548N5aA067035>