mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.
This commit is contained in:
@@ -32,7 +32,7 @@ pthread_t manager_thread;
|
||||
pthread_mutex_t LOCK_manager;
|
||||
pthread_cond_t COND_manager;
|
||||
|
||||
pthread_handler_decl(handle_manager,arg __attribute__((unused)))
|
||||
extern "C" pthread_handler_decl(handle_manager,arg __attribute__((unused)))
|
||||
{
|
||||
int error = 0;
|
||||
ulong status;
|
||||
|
||||
Reference in New Issue
Block a user