mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
pthread_handler_decl() changed to be ctags-friendly
(and contain extern "C" when necessary)
This commit is contained in:
@@ -32,7 +32,7 @@ pthread_t manager_thread;
|
||||
pthread_mutex_t LOCK_manager;
|
||||
pthread_cond_t COND_manager;
|
||||
|
||||
extern "C" pthread_handler_decl(handle_manager,arg __attribute__((unused)))
|
||||
pthread_handler_t handle_manager(void *arg __attribute__((unused)))
|
||||
{
|
||||
int error = 0;
|
||||
ulong status;
|
||||
|
||||
Reference in New Issue
Block a user