~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to include/my_pthread.h

  • Committer: sasha at sashanet
  • Date: 2001-04-12 01:09:00 UTC
  • mfrom: (669.1.1)
  • Revision ID: sp1r-sasha@mysql.sashanet.com-20010412010900-14282
Ugly merge of 3.23 changes into 4.0 - fix up needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define ETIME ETIMEDOUT                         /* For FreeBSD */
26
26
#endif
27
27
 
 
28
#ifdef __cplusplus
 
29
extern "C" {
 
30
#endif
 
31
 
28
32
#if defined(__WIN__)
29
33
 
30
34
typedef CRITICAL_SECTION pthread_mutex_t;
576
580
#endif /* SAFE_STATISTICS */
577
581
#endif /* HAVE_ATOMIC_ADD */
578
582
#endif /* thread_safe_increment */
 
583
 
 
584
#ifdef __cplusplus
 
585
}
 
586
#endif
579
587
#endif /* _my_ptread_h */