~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: Brian Aker
  • Date: 2008-11-22 00:57:28 UTC
  • Revision ID: brian@tangent.org-20081122005728-iratrqrj5o6jbf6d
Fix, partial, for Sun Studio.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
#define pthread_key(T,V) pthread_key_t V
48
48
#define pthread_detach_this_thread()
49
 
#define pthread_handler_t void *
 
49
#define pthread_handler_t EXTERNC void *
50
50
typedef void *(* pthread_handler)(void *);
51
51
 
52
52
/* Test first for RTS or FSU threads */