Skip to content

Commit 1d289c3

Browse files
committed
rename.h: Fix macros of some HWLOC_NAME functions
1 parent 441f8c7 commit 1d289c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/hwloc/rename.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ extern "C" {
133133
#define hwloc_topology_set_synthetic HWLOC_NAME(topology_set_synthetic)
134134
#define hwloc_topology_set_xml HWLOC_NAME(topology_set_xml)
135135
#define hwloc_topology_set_xmlbuffer HWLOC_NAME(topology_set_xmlbuffer)
136-
#define hwloc_topology_components_flag_e HWLOC_NAME(hwloc_topology_components_flag_e)
136+
#define hwloc_topology_components_flag_e HWLOC_NAME(topology_components_flag_e)
137137
#define HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST HWLOC_NAME_CAPS(TOPOLOGY_COMPONENTS_FLAG_BLACKLIST)
138138
#define hwloc_topology_set_components HWLOC_NAME(topology_set_components)
139139

@@ -351,7 +351,7 @@ extern "C" {
351351
#define hwloc_get_ancestor_obj_by_type HWLOC_NAME(get_ancestor_obj_by_type)
352352
#define hwloc_get_next_obj_by_depth HWLOC_NAME(get_next_obj_by_depth)
353353
#define hwloc_get_next_obj_by_type HWLOC_NAME(get_next_obj_by_type)
354-
#define hwloc_bitmap_singlify_per_core HWLOC_NAME(bitmap_singlify_by_core)
354+
#define hwloc_bitmap_singlify_per_core HWLOC_NAME(bitmap_singlify_per_core)
355355
#define hwloc_get_pu_obj_by_os_index HWLOC_NAME(get_pu_obj_by_os_index)
356356
#define hwloc_get_numanode_obj_by_os_index HWLOC_NAME(get_numanode_obj_by_os_index)
357357
#define hwloc_get_next_child HWLOC_NAME(get_next_child)
@@ -836,7 +836,7 @@ extern "C" {
836836
#define hwloc_pci_discovery_init HWLOC_NAME(pci_discovery_init)
837837
#define hwloc_pci_discovery_prepare HWLOC_NAME(pci_discovery_prepare)
838838
#define hwloc_pci_discovery_exit HWLOC_NAME(pci_discovery_exit)
839-
#define hwloc_find_insert_io_parent_by_complete_cpuset HWLOC_NAME(hwloc_find_insert_io_parent_by_complete_cpuset)
839+
#define hwloc_find_insert_io_parent_by_complete_cpuset HWLOC_NAME(find_insert_io_parent_by_complete_cpuset)
840840

841841
#define hwloc__add_info HWLOC_NAME(_add_info)
842842
#define hwloc__replace_infos HWLOC_NAME(_replace_infos)
@@ -881,7 +881,7 @@ extern "C" {
881881
#define hwloc_internal_distances_destroy HWLOC_NAME(internal_distances_destroy)
882882
#define hwloc_internal_distances_add HWLOC_NAME(internal_distances_add)
883883
#define hwloc_internal_distances_add_by_index HWLOC_NAME(internal_distances_add_by_index)
884-
#define hwloc_internal_distances_invalidate_cached_objs HWLOC_NAME(hwloc_internal_distances_invalidate_cached_objs)
884+
#define hwloc_internal_distances_invalidate_cached_objs HWLOC_NAME(internal_distances_invalidate_cached_objs)
885885

886886
#define hwloc_internal_memattr_s HWLOC_NAME(internal_memattr_s)
887887
#define hwloc_internal_memattr_target_s HWLOC_NAME(internal_memattr_target_s)

0 commit comments

Comments
 (0)