From: Charles Briere Date: Mon, 2 Dec 2013 02:00:50 +0000 (-0800) Subject: Cleanup: Check for pthread in Libc X-Git-Tag: v0.9.0~120 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=0e1efa0e8c7961fc3eca21d0268c07f44eb572e5;hp=0e1efa0e8c7961fc3eca21d0268c07f44eb572e5 Cleanup: Check for pthread in Libc Some libc like Googles's Bionic for Android include pThread. Instead of checking for Android as in commit 58a052effb2305655ff1b7233c78ab24fc25257e this patch checks for pthread in libc as proposed by Thomas Petazzoni. Reported-by: Thomas Petazzoni Signed-off-by: Charles Briere Signed-off-by: Mathieu Desnoyers ---