| Index: sky/engine/wtf/ThreadIdentifierDataPthreads.cpp
|
| diff --git a/sky/engine/wtf/ThreadIdentifierDataPthreads.cpp b/sky/engine/wtf/ThreadIdentifierDataPthreads.cpp
|
| index b2448a2f3d1dff3fd3d7908c25d1984f47e3f41e..34e632e46037cdfd76360de4dc28e16439f42d32 100644
|
| --- a/sky/engine/wtf/ThreadIdentifierDataPthreads.cpp
|
| +++ b/sky/engine/wtf/ThreadIdentifierDataPthreads.cpp
|
| @@ -29,9 +29,6 @@
|
| */
|
|
|
| #include "sky/engine/config.h"
|
| -
|
| -#if USE(PTHREADS)
|
| -
|
| #include "sky/engine/wtf/ThreadIdentifierDataPthreads.h"
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
| @@ -39,6 +36,8 @@
|
|
|
| #include <limits.h>
|
|
|
| +#if USE(PTHREADS)
|
| +
|
| // PTHREAD_KEYS_MAX might be not defined (e.g. in certain bionic versions), so explicitly define it here.
|
| #ifndef PTHREAD_KEYS_MAX
|
| #define PTHREAD_KEYS_MAX 1024
|
|
|