~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.c

  • Committer: Stewart Smith
  • Date: 2008-10-15 04:21:24 UTC
  • mto: This revision was merged to the branch mainline in revision 516.
  • Revision ID: stewart@flamingspork.com-20081015042124-kdmb74bcbky1k1nz
remove my_pthread_[gs]etspecific

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
  if (!tmp)
354
354
  {
355
355
    my_thread_init();
356
 
    tmp=my_pthread_getspecific(struct st_my_thread_var*,THR_KEY_mysys);
 
356
    tmp=(struct st_my_thread_var*)pthread_getspecific(THR_KEY_mysys);
357
357
  }
358
358
#endif
359
359
  return tmp;