mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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:
parent
4c038b68b5
commit
7289d08b95
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user