summaryrefslogtreecommitdiff
path: root/lib/csu/common_elf/crtend.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-01-26 20:04:12 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-01-26 20:04:12 +0000
commitba5fd48547f62b5f620d0dc6e241729046cf3fe4 (patch)
treef025e309b8ff597574fc11afcbc0182482067d29 /lib/csu/common_elf/crtend.c
parent54415dcc5e880d223a0f75aed656bb6252815f17 (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/common_elf/crtend.c')
-rw-r--r--lib/csu/common_elf/crtend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/common_elf/crtend.c b/lib/csu/common_elf/crtend.c
index 7c751465c7d..4f9cfe6deed 100644
--- a/lib/csu/common_elf/crtend.c
+++ b/lib/csu/common_elf/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>