~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: mordred
  • Date: 2008-11-01 08:40:42 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: mordred@opensolaris-20081101084042-wu2211vwfr8tmvzg
A set of Solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
411
411
  void *opt_info;
412
412
};
413
413
 
414
 
extern struct st_my_thread_var *_my_thread_var(void) __attribute__ ((const));
 
414
extern struct st_my_thread_var *_my_thread_var(void);
415
415
extern uint32_t my_thread_end_wait_time;
416
416
#define my_thread_var (_my_thread_var())
417
417
/*