[dpdk-dev] [PATCH 7/7] eal: improve musl compatibility

Stephen Hemminger stephen at networkplumber.org
Wed Aug 29 18:43:53 CEST 2018


On Wed, 29 Aug 2018 12:56:21 +0100
Anatoly Burakov <anatoly.burakov at intel.com> wrote:

> Musl complains about pthread id being of wrong size. Fix it by
> casting to 64-bit and printing 64-bit hex unconditionally.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>

What is pthread_t on musl? On Linux it is unsigned long.


More information about the dev mailing list