From: Mathieu Desnoyers Date: Thu, 8 Nov 2012 20:28:59 +0000 (-0500) Subject: Cleanup: cast pthread_self() return value to unsigned long X-Git-Tag: v0.7.6~5 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=2d72fae24ceebe2efa486b5bad421f39917ec0a6;hp=2d72fae24ceebe2efa486b5bad421f39917ec0a6;p=urcu.git Cleanup: cast pthread_self() return value to unsigned long pthread_t can map to other things that unsigned long (e.g. pointer). Cast it to unsigned long for debug printing and for debug delay random value purposes. Signed-off-by: Mathieu Desnoyers ---