~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_alarm.h

  • Committer: Monty Taylor
  • Date: 2008-10-03 20:37:14 UTC
  • Revision ID: monty@inaugust.com-20081003203714-wpns91qlsmbiqd9n
Removed RETSIGHANDLER to sig_handler define.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
void thr_alarm_kill(my_thread_id thread_id);
87
87
void thr_end_alarm(thr_alarm_t *alarmed);
88
88
void end_thr_alarm(bool free_structures);
89
 
sig_handler process_alarm(int);
 
89
RETSIGTYPE process_alarm(int);
90
90
#ifndef thr_got_alarm
91
91
bool thr_got_alarm(thr_alarm_t *alrm);
92
92
#endif