1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Portability fix extern "C" static -> extern "C"

This commit is contained in:
monty@hundin.mysql.fi
2002-11-07 12:49:02 +02:00
parent 890b39bb68
commit aa4e165808
10 changed files with 32 additions and 32 deletions

View File

@ -915,7 +915,7 @@ void kill_delayed_threads(void)
* Create a new delayed insert thread
*/
extern "C" static pthread_handler_decl(handle_delayed_insert,arg)
extern "C" pthread_handler_decl(handle_delayed_insert,arg)
{
delayed_insert *di=(delayed_insert*) arg;
THD *thd= &di->thd;