From 74c008f3e2b4c607c3c73f5166f76b2e1ffcebee Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Thu, 25 Nov 2021 14:32:49 +0100 Subject: Changed linkage of a helper method --- zencore/thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zencore/thread.cpp') diff --git a/zencore/thread.cpp b/zencore/thread.cpp index 3eeecbf4c..20bcc0731 100644 --- a/zencore/thread.cpp +++ b/zencore/thread.cpp @@ -236,7 +236,7 @@ Event::Wait(int TimeoutMs) ////////////////////////////////////////////////////////////////////////// #if ZEN_PLATFORM_LINUX -bool IsThereAMessageInQueue(int Fd) +static bool IsThereAMessageInQueue(int Fd) { // Check if there is already a message in the queue. mq_attr Attributes = { O_NONBLOCK, 1, 1, 0 }; -- cgit v1.2.3