tools/elfutils: fix missing _ in auxv info alias
[openwrt/staging/nbd.git] / tools / elfutils / patches / 100-portability.patch
index a0c7d74bb32ec1497e8b5d55a3c0beb24644d525..0d650549eec39064ee59ee2dc7905b0233b9ffb5 100644 (file)
    case DW_TAG_rvalue_reference_type
  
 +#define auxv_info_alias(arch) \
-+      int EBLHOOK_1(arch, auxv_info) (GElf_Xword a_type, const char **name, const char **format) \
++      int EBLHOOK_1(arch ## _, auxv_info) (GElf_Xword a_type, const char **name, const char **format) \
 +      { \
 +              return EBLHOOK(auxv_info)(a_type, name, format); \
 +      }