~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: Monty Taylor
  • Date: 2008-12-01 17:53:42 UTC
  • mto: This revision was merged to the branch mainline in revision 637.
  • Revision ID: monty@bitters-20081201175342-hcvfaecqmljhv86g
Fixed Sun Studio warnings in mysys.

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>