diff options
Diffstat (limited to 'zencore/thread.cpp')
| -rw-r--r-- | zencore/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |