From 7289d08b9501aaedb4358ee0400c39f6db58f958 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 21 Dec 2005 21:21:43 +0000 Subject: 2005-12-21 Roland McGrath * csu/dso_handle.c (__dso_handle): Add const to pointer type too. --- csu/dso_handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csu/dso_handle.c b/csu/dso_handle.c index 72f8088..fd295f2 100644 --- a/csu/dso_handle.c +++ b/csu/dso_handle.c @@ -18,5 +18,5 @@ /* We have to define __dso_handle ourselves since we do not use gcc's crtbegin files. */ -void *const __dso_handle __attribute__ ((__visibility__ ("hidden"))) +const void *const __dso_handle __attribute__ ((__visibility__ ("hidden"))) = &__dso_handle; -- cgit v1.1