]> git.droids-corp.org - dpdk.git/commitdiff
examples/performance-thread: remove useless include
authorWei Dai <wei.dai@intel.com>
Mon, 13 Mar 2017 08:59:26 +0000 (16:59 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 13:03:39 +0000 (15:03 +0200)
There is no function to refer any part of execinfo.h, so remove the
reference to it.
And there is no this file in musl. So need to remove it to support musl.

Signed-off-by: Wei Dai <wei.dai@intel.com>
examples/performance-thread/common/lthread_tls.c

index 6876f831b7fac12ad889fd026bf8aaed1df0757c..47505f2d42a0d1d556438f1a3c219082634e72b9 100644 (file)
@@ -42,7 +42,6 @@
 #include <fcntl.h>
 #include <sys/time.h>
 #include <sys/mman.h>
-#include <execinfo.h>
 #include <sched.h>
 
 #include <rte_malloc.h>