From d8fc2db910a11dbbba53ba7ecf96d0e32a081076 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Dec 2014 14:17:17 +0100 Subject: thread/Id: drop "::" prefix before pthread function names The "::" to explicitly refer to the global namespace appeared like a good idea in C++, but it breaks with C libraries that implement standard functions using macros (e.g. musl). --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 67a7b31a0..fa6bb2060 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ ver 0.18.20 (not yet released) +* fix build failure with musl ver 0.18.19 (2014/11/26) * archive -- cgit v1.2.3