]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow hooks registered by atexit() to run with current thread pointer set,
authorDavid Xu <davidxu@FreeBSD.org>
Thu, 4 Sep 2003 05:24:53 +0000 (05:24 +0000)
committerDavid Xu <davidxu@FreeBSD.org>
Thu, 4 Sep 2003 05:24:53 +0000 (05:24 +0000)
commit0318c367fcccd60cb24f418d13863dbd25d65a67
tree578790928fa058fe007e5decec376b20dbbe76af
parenteb7f25e17ed39d075cb238bf2900b1b7bf68a023
Allow hooks registered by atexit() to run with current thread pointer set,
without this change, my atexit test dumps core.
lib/libkse/thread/thr_kern.c
lib/libpthread/thread/thr_kern.c