2005-12-21 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 21 Dec 2005 21:21:43 +0000 (21:21 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 21 Dec 2005 21:21:43 +0000 (21:21 +0000)
* csu/dso_handle.c (__dso_handle): Add const to pointer type too.

csu/dso_handle.c

index 72f8088..fd295f2 100644 (file)
@@ -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;