Commit 4886d3c4 authored by Tim Wickberg's avatar Tim Wickberg Committed by Brian Christiansen
Browse files

Remove stray __USE_GNU macro definitions.

Causes build failures on Debian ia64 platform, and per the glibc docs this
is an internal macro for them that should be getting set automatically
as long as we've defined _GNU_SOURCE before including our first glibc
header.

Fix the task/affinity plugin code to define _GNU_SOURCE first, and not
defer this to the affinity.h include (which may come after some glibc
headers have been included, leading to issues finding the CPU_SETSIZE
macro).

Bug 7152.
parent 48e7bbf1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment