~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

  • Committer: Monty Taylor
  • Date: 2009-03-03 09:40:55 UTC
  • mto: (908.1.6 mordred)
  • mto: This revision was merged to the branch mainline in revision 910.
  • Revision ID: mordred@inaugust.com-20090303094055-q5pwpl04mvclnan4
Fixed new 64-bit caused solaris warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
/** This threads handles all signals and alarms. */
98
98
/* ARGSUSED */
 
99
extern "C"
99
100
pthread_handler_t signal_hand(void *)
100
101
{
101
102
  sigset_t set;