From 9f3ae416f722b5702f18c5b96c03e869388e4b0e Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Wed, 3 Jul 2013 18:39:49 -0700 Subject: [PATCH] beast, not BEAST --- .../beast/modules/beast_core/native/beast_linux_SystemStats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Subtrees/beast/modules/beast_core/native/beast_linux_SystemStats.cpp b/Subtrees/beast/modules/beast_core/native/beast_linux_SystemStats.cpp index 57ebaaf1c5..32a6d92e7f 100644 --- a/Subtrees/beast/modules/beast_core/native/beast_linux_SystemStats.cpp +++ b/Subtrees/beast/modules/beast_core/native/beast_linux_SystemStats.cpp @@ -139,7 +139,7 @@ SystemStats::CPUFlags::CPUFlags() } //============================================================================== -uint32 BEAST_millisecondsSinceStartup() noexcept +uint32 beast_millisecondsSinceStartup() noexcept { timespec t; clock_gettime (CLOCK_MONOTONIC, &t);