$NetBSD: patch-src_estream.c,v 1.1 2014/10/29 12:28:50 he Exp $
Don't use atexit(), since this library mey be dlopen()ed
and dlclose()d before exit() is called.
Instead mark the do_deinit() function as a destructor.
Differential D269
525_patch-src_estream.c heidnes on Oct 30 2014, 10:24 AM. Authored by Tags None Subscribers None
Details
$NetBSD: patch-src_estream.c,v 1.1 2014/10/29 12:28:50 he Exp $ Don't use atexit(), since this library mey be dlopen()ed Instead mark the do_deinit() function as a destructor.
Diff Detail
|