On Fri, 21 Sep 2018 15:30:27 +0300 Slavomir Kaslev <kaslevs@xxxxxxxxxx> wrote: > There are several <pthread.h> includes lurking eventhough trace-cmd > makes no use of threading. This patch gets rid of them. > > Signed-off-by: Slavomir Kaslev <kaslevs@xxxxxxxxxx> > --- > Thanks Slavomir! Those includes look to be a relic of a past design. I think I started with threads, and then went to forking processes. That's how the pthread header got there, and then cut & paste let it spread ;-) -- Steve