~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.cc

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:35:38 UTC
  • mto: (575.1.8 devel)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107003538-x48mj66gkbrdjcuc
Made mysys and mystrings c++. Fixed the resulting bugs the compiler found.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  thread variables.
19
19
*/
20
20
 
21
 
#include "mysys_priv.h"
 
21
#include <mysys/mysys_priv.h>
 
22
#include <mysys/my_pthread.h>
22
23
#include <mystrings/m_string.h>
23
24
#include <signal.h>
24
25
 
66
67
  race conditions in NPTL pthread_exit code.
67
68
*/
68
69
 
69
 
static pthread_handler_t
 
70
extern "C"
 
71
void *
70
72
nptl_pthread_exit_hack_handler(void *arg __attribute((unused)))
71
73
{
72
74
  /* Do nothing! */