From cdf2832347b8fdf0389cd373c2ead0ac5d071037 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 16:24:45 +0500 Subject: wip --- src/drivers/Posix/Fl_Posix_System_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/Posix') diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.cxx b/src/drivers/Posix/Fl_Posix_System_Driver.cxx index 35d9b7703..299a1b901 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_System_Driver.cxx @@ -371,7 +371,7 @@ static void unlock_function_rec() { # endif // HAVE_PTHREAD_MUTEX_RECURSIVE // -- Start of "awake" implementation -- -static void* thread_message_ = nullptr; +static void* thread_message_ = 0; static std::mutex pipe_mutex; void Fl_Posix_System_Driver::awake(void* msg) { -- cgit v1.2.3