~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: Brian Aker
  • Date: 2009-04-01 01:25:04 UTC
  • mfrom: (968.2.27 mordred)
  • Revision ID: brian@tangent.org-20090401012504-mq9sxcmph5jc1fh6
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <unistd.h>
23
23
#include <signal.h>
24
24
 
25
 
#if !defined(__cplusplus)
26
 
# include <stdbool.h>
27
 
#endif
28
 
 
29
25
#ifndef ETIME
30
26
#define ETIME ETIMEDOUT                         /* For FreeBSD */
31
27
#endif