~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: Brian Aker
  • Date: 2008-12-02 16:33:43 UTC
  • mfrom: (632.1.19 devel)
  • Revision ID: brian@tangent.org-20081202163343-007ifg17p0lvjga7
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include <stdint.h>
22
22
#include <unistd.h>
 
23
#include <signal.h>
23
24
 
24
25
#if !defined(__cplusplus)
25
26
# include <stdbool.h>