commit | 27be9f1ffdce152dc8d5ff9323cd85b9115c9331 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Nov 20 19:30:32 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 20 19:30:32 2018 +0000 |
tree | 4a57c246c1360a07a54fb3530e4f4c396c49d40e | |
parent | 630d803dee8ac55c097772045704f59fb8bf4f7e [diff] | |
parent | a3c47e63a659515d457e1a0509171b586a236e44 [diff] |
Merge "liblp: Enable building on Windows."
diff --git a/llkd/libllkd.cpp b/llkd/libllkd.cpp index 0827470..427dace 100644 --- a/llkd/libllkd.cpp +++ b/llkd/libllkd.cpp
@@ -555,7 +555,9 @@ } void llkAlarmHandler(int) { - llkPanicKernel(false, ::getpid(), "alarm"); + LOG(FATAL) << "alarm"; + // NOTREACHED + llkPanicKernel(true, ::getpid(), "alarm"); } milliseconds GetUintProperty(const std::string& key, milliseconds def) {