On Wed, 29 Aug 2018 12:56:21 +0100 Anatoly Burakov <anatoly.bura...@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.bura...@intel.com> What is pthread_t on musl? On Linux it is unsigned long.