We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1556e74 commit 9c34464Copy full SHA for 9c34464
hwloc/topology.c
@@ -1588,7 +1588,7 @@ propagate_unused_cpuset(hwloc_obj_t obj, hwloc_obj_t sys)
1588
}
1589
1590
/* Setup object cpusets/nodesets by OR'ing its children. */
1591
-HWLOC_DECLSPEC int
+int
1592
hwloc_obj_add_other_obj_sets(hwloc_obj_t dst, hwloc_obj_t src)
1593
{
1594
#define ADD_OTHER_OBJ_SET(_dst, _src, _set) \
@@ -1606,7 +1606,7 @@ hwloc_obj_add_other_obj_sets(hwloc_obj_t dst, hwloc_obj_t src)
1606
return 0;
1607
1608
1609
1610
hwloc_obj_add_children_sets(hwloc_obj_t obj)
1611
1612
hwloc_obj_t child;
0 commit comments