From f0f4b35394fd1ecf15e2b7172ef0a313eb258d2d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Aug 2002 15:50:07 +0000 Subject: Move destructor attribute tag --- ldso/libdl/libdl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ldso/libdl/libdl.c') diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 2ae9d3487..3c1eab43a 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -85,9 +85,7 @@ static const char *dl_error_names[] = { "Unable to resolve symbol" }; -static void dl_cleanup(void) __attribute__ ((destructor)); - -static void dl_cleanup(void) +static void __attribute__ ((destructor)) dl_cleanup(void) { struct dyn_elf *d; -- cgit v1.2.3