commit | 8f685c11e0641d478a03422a7e879cdf88333513 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 27 16:45:29 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 27 16:49:35 2021 +0200 |
tree | e10047d3317d9977931bfae76e9ba5f83d147bb0 | |
parent | fc6ac53dca8391ba9c32bc716fb61267b475ba71 [diff] |
BUG/MEDIUM: cpuset: fix build on MacOS The compilation fails due to the following commit: fc6ac53dca8391ba9c32bc716fb61267b475ba71 BUG/MAJOR: fix build on musl with cpu_set_t support The new global variable cpu_map conflicted with a local variable of the same name in the code path for the apple platform when setting the process affinity. This does not need to be backported.