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

Unified Diff: runtime/bin/thread_openbsd.h

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address code review issues Created 4 years, 11 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 | « runtime/bin/thread.h ('k') | runtime/bin/thread_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/thread_openbsd.h
diff --git a/runtime/bin/thread_android.h b/runtime/bin/thread_openbsd.h
similarity index 90%
copy from runtime/bin/thread_android.h
copy to runtime/bin/thread_openbsd.h
index 2551c01804935c13061296559717f6669293c9b7..7b3e8d5f58ec0d8e4db53103d6993b66f3466c5c 100644
--- a/runtime/bin/thread_android.h
+++ b/runtime/bin/thread_openbsd.h
@@ -2,11 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#ifndef BIN_THREAD_ANDROID_H_
-#define BIN_THREAD_ANDROID_H_
+#ifndef BIN_THREAD_OPENBSD_H_
+#define BIN_THREAD_OPENBSD_H_
#if !defined(BIN_THREAD_H_)
-#error Do not include thread_android.h directly; use thread.h instead.
+#error Do not include thread_openbsd.h directly; use thread.h instead.
#endif
#include <pthread.h>
@@ -74,4 +74,4 @@ class MonitorData {
} // namespace bin
} // namespace dart
-#endif // BIN_THREAD_ANDROID_H_
+#endif // BIN_THREAD_OPENBSD_H_
« no previous file with comments | « runtime/bin/thread.h ('k') | runtime/bin/thread_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698