numam-dpdk/lib/librte_eal
Thomas Monjalon 368e2624f2 eal/linux: fix build with glibc < 2.12
The function rte_thread_setname needs glibc 2.12,
otherwise it returns -1 without using any parameter.
The macro RTE_SET_USED avoids an "unused parameter" warning.

Fixes: 3901ed99c2 ("eal: fix thread naming on FreeBSD")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2016-06-20 10:14:21 +02:00
..
bsdapp eal: fix thread naming on FreeBSD 2016-06-17 18:04:22 +02:00
common eal: fix thread naming on FreeBSD 2016-06-17 18:04:22 +02:00
linuxapp eal/linux: fix build with glibc < 2.12 2016-06-20 10:14:21 +02:00
Makefile config: remove EAL flags for OS environment 2016-03-05 11:09:31 +01:00