commit | 520f02a0cb9200cca5b837b78079be7e4727004b | [log] [tgz] |
---|---|---|
author | Cyril Hrubis <chrubis@suse.cz> | Thu Oct 29 15:51:38 2015 +0100 |
committer | Cyril Hrubis <chrubis@suse.cz> | Thu Oct 29 18:41:34 2015 +0100 |
tree | dd7d058ebe38dcd4ace36f03cfd85f4aec52864b | |
parent | f45c69c30ed6a5a0813df80d61d52d05d8baa181 [diff] |
include/affinity.h: define _GNU_SOURCE on Linux Otherwise the affinity cannot be used. This is better than setting _GNU_SOURCE in the testcases unconditionally, the affinity.h header must be include first though. Another option would be compiling the affinity function into object file and linking it with testcases (which wouldn't need to expose the GNU extensions in the testcases). Signed-off-by: Cyril Hrubis <chrubis@suse.cz>