diff --git a/modules/beast_core/native/beast_linux_SystemStats.cpp b/modules/beast_core/native/beast_linux_SystemStats.cpp index 57ebaaf1c5..32a6d92e7f 100644 --- a/modules/beast_core/native/beast_linux_SystemStats.cpp +++ b/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);