Skip to content

Commit 679dae5

Browse files
authored
Merge pull request #734 from nitbhat/minor_rename_fixes
Minor fixes in rename.h
2 parents 37cbf24 + 7446041 commit 679dae5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

include/hwloc/rename.h

Lines changed: 5 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,8 +881,9 @@ 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

886+
#define hwloc_internal_memattr_set_value HWLOC_NAME(internal_memattr_set_value)
886887
#define hwloc_internal_memattr_s HWLOC_NAME(internal_memattr_s)
887888
#define hwloc_internal_memattr_target_s HWLOC_NAME(internal_memattr_target_s)
888889
#define hwloc_internal_memattr_initiator_s HWLOC_NAME(internal_memattr_initiator_s)

0 commit comments

Comments
 (0)