diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-01-26 20:04:12 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-01-26 20:04:12 +0000 |
commit | e95e35131e104d304bc65adc58d64c804cd4d41e (patch) | |
tree | e4a4e479b9a97a7b97355cfabea08e2d023e399c /lib/csu/crtend.c | |
parent | 65aa60c7a864495631c6e919fdf47dfb824af273 (diff) |
add finalized guard to destructor calls, to prevent multiple calls.
stop most kde apps from burping all over the place on exit, which
means that, somehow, our destructors get registered twice... :-(
Okay drahn@
Diffstat (limited to 'lib/csu/crtend.c')
-rw-r--r-- | lib/csu/crtend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/crtend.c b/lib/csu/crtend.c index 7c751465c7d..4f9cfe6deed 100644 --- a/lib/csu/crtend.c +++ b/lib/csu/crtend.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crtend.c,v 1.4 2004/01/26 20:00:37 espie Exp $ */ +/* $OpenBSD: crtend.c,v 1.5 2004/01/26 20:04:11 espie Exp $ */ /* $NetBSD: crtend.c,v 1.1 1996/09/12 16:59:04 cgd Exp $ */ #include <sys/cdefs.h> |