Brice Goglin, le Fri 24 Sep 2010 13:31:06 +0200, a écrit : > By the way, what's the proper way to do the latter? > #pragma weak hwloc_cpuset_foo = hwloc_bitmap_foo ? > use __hwloc_attribute_alias instead ?
There is no proper way unfortunately: the Mach-O format used by MacOS does not support such aliases. Explicit functions need to be provided. Samuel