~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_alarm.c

  • Committer: Monty Taylor
  • Date: 2008-08-02 01:03:15 UTC
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080802010315-65h5938pymg9d99z
Moved m4 macros to top-level m4 dir, per GNU standards (and where gettext wanted it :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
557
557
    }
558
558
    process_alarm(0);
559
559
  }
560
 
  memset(&alarm_thread, 0, sizeof(alarm_thread)); /* For easy debugging */
 
560
  memset((char*) &alarm_thread, 0, sizeof(alarm_thread)); /* For easy debugging */
561
561
  alarm_thread_running= 0;
562
562
  pthread_cond_signal(&COND_alarm);
563
563
  pthread_mutex_unlock(&LOCK_alarm);