2005-12-21 Roland McGrath <roland@redhat.com>

* csu/dso_handle.c (__dso_handle): Add const to pointer type too.
This commit is contained in:
Roland McGrath 2005-12-21 21:21:43 +00:00
parent 4c038b68b5
commit 7289d08b95

View 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;