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

Unified Diff: runtime/bin/eventhandler_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/eventhandler.h ('k') | runtime/bin/eventhandler_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/eventhandler_openbsd.h
diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_openbsd.h
similarity index 93%
copy from runtime/bin/eventhandler_macos.h
copy to runtime/bin/eventhandler_openbsd.h
index 48b0b96def8cceb4602e599ea8f1ac6a26fc4e16..101d56578856c5429a343fda73114e9b7598eda5 100644
--- a/runtime/bin/eventhandler_macos.h
+++ b/runtime/bin/eventhandler_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_EVENTHANDLER_MACOS_H_
-#define BIN_EVENTHANDLER_MACOS_H_
+#ifndef BIN_EVENTHANDLER_OPENBSD_H_
+#define BIN_EVENTHANDLER_OPENBSD_H_
#if !defined(BIN_EVENTHANDLER_H_)
-#error Do not include eventhandler_macos.h directly; use eventhandler.h instead.
+#error Do not include eventhandler_openbsd.h directly use eventhandler.h instead
#endif
#include <errno.h>
@@ -104,4 +104,4 @@ class EventHandlerImplementation {
} // namespace bin
} // namespace dart
-#endif // BIN_EVENTHANDLER_MACOS_H_
+#endif // BIN_EVENTHANDLER_OPENBSD_H_
« no previous file with comments | « runtime/bin/eventhandler.h ('k') | runtime/bin/eventhandler_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698