git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6fec5
)
examples/performance-thread: remove useless include
author
Wei Dai
<wei.dai@intel.com>
Mon, 13 Mar 2017 08:59:26 +0000
(16:59 +0800)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/examples/performance-thread/common/lthread_tls.c
b/examples/performance-thread/common/lthread_tls.c
index
6876f83
..
47505f2
100644
(file)
--- a/
examples/performance-thread/common/lthread_tls.c
+++ b/
examples/performance-thread/common/lthread_tls.c
@@
-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>