Index: src/platform-openbsd.cc |
diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc |
index a01c08df50046ab9b4ee1963b36dda414798910f..fda5fb45895be91fecc6c22bf4b545cbc62bb983 100644 |
--- a/src/platform-openbsd.cc |
+++ b/src/platform-openbsd.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2011 the V8 project authors. All rights reserved. |
+// Copyright 2012 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -923,6 +923,7 @@ class SignalSender : public Thread { |
static bool signal_handler_installed_; |
static struct sigaction old_signal_handler_; |
+ private: |
DISALLOW_COPY_AND_ASSIGN(SignalSender); |
}; |