mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix attreibute for _dl_elf_hash
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
first five operations no overflow is possible so we optimized it a
|
||||
bit. */
|
||||
static unsigned int
|
||||
__attribute__ ((used))
|
||||
__attribute__ ((unused))
|
||||
_dl_elf_hash (const char *name_arg)
|
||||
{
|
||||
const unsigned char *name = (const unsigned char *) name_arg;
|
||||
|
Reference in New Issue
Block a user