~drizzle-trunk/drizzle/jenkins-Drizzle-Builder-196

« back to all changes in this revision

Viewing changes to drizzled/internal/my_pthread.h

  • Committer: Brian Aker
  • Date: 2013-01-29 04:33:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2618.
  • Revision ID: brian@tangent.org-20130129043323-8kds6thm500ce4ya
Fix for F18

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
        /* READ-WRITE thread locking */
83
83
 
84
 
#if !defined(HAVE_PTHREAD_ATTR_SETSTACKSIZE) && ! defined(pthread_attr_setstacksize)
85
 
#define pthread_attr_setstacksize(A,B) pthread_dummy(0)
86
 
#endif
87
 
 
88
84
/* Define mutex types, see my_thr_init.c */
89
85
#ifdef THREAD_ADAPTIVE_MUTEX_INITIALIZER_NP
90
86
extern pthread_mutexattr_t my_fast_mutexattr;