Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: sky/engine/wtf/ThreadIdentifierDataPthreads.cpp

Issue 1205793002: Remove config.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/wtf/StringExtras.h ('k') | sky/engine/wtf/ThreadingPthreads.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sky/engine/wtf/StringExtras.h ('k') | sky/engine/wtf/ThreadingPthreads.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698