2015-06-05 03:33:11 +00:00
|
|
|
The musl libc also has pthread_getattr_np()
|
|
|
|
|
2015-07-04 08:34:17 +00:00
|
|
|
--- qtwebengine/src/3rdparty/chromium/third_party/WebKit/Source/platform/heap/ThreadState.cpp 2015-06-29 22:08:50.000000000 +0200
|
|
|
|
+++ qtwebengine/src/3rdparty/chromium/third_party/WebKit/Source/platform/heap/ThreadState.cpp 2015-07-04 02:39:41.192583302 +0200
|
|
|
|
@@ -64,7 +64,7 @@
|
|
|
|
|
2015-06-05 03:33:11 +00:00
|
|
|
static void* getStackStart()
|
|
|
|
{
|
2015-07-04 08:34:17 +00:00
|
|
|
-#if defined(__GLIBC__) || OS(ANDROID) || OS(FREEBSD)
|
|
|
|
+#if defined(__GLIBC__) || OS(ANDROID) || OS(FREEBSD) || OS(LINUX_MUSL)
|
2015-06-05 03:33:11 +00:00
|
|
|
pthread_attr_t attr;
|
2015-07-04 08:34:17 +00:00
|
|
|
int error;
|
|
|
|
#if OS(FREEBSD)
|