~mordred/drizzle/code-cleanup-fix-headers

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.cc

  • Committer: Brian Aker
  • Date: 2008-11-07 23:16:58 UTC
  • mfrom: (575.1.14 devel)
  • Revision ID: brian@tangent.org-20081107231658-fboahr524d1or2ya
Merge from Monty.

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! */