[tnozaki-elftoolchain] TNF local patch for libelf - elf_hash() prototype const char * -> const void *

Issue #274 wontfix
Takehiko NOZAKI repo owner created an issue

No description provided.

Comments (2)

  1. Takehiko NOZAKI reporter

    elf_hash(3) says:

    Function elf_hash() computes a portable hash value for the null terminated string pointed to by argument name.

    change prototype const char * to const void * is meaningless

  2. Log in to comment