summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <miguel@hegel.(none)>2003-07-02 20:34:19 -0400
committerunknown <miguel@hegel.(none)>2003-07-02 20:34:19 -0400
commit628c2c389a41f9b72e397e15394dd3028d1da5b0 (patch)
tree62a75b9f58b6df629063eb3b730bbd11c42fd9da /mysys
parente22a31f173d52e494baa547657ef090d83abd263 (diff)
downloadmariadb-git-628c2c389a41f9b72e397e15394dd3028d1da5b0.tar.gz
Fix VC++ compiler error on Windows
Diffstat (limited to 'mysys')
-rw-r--r--mysys/thr_alarm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/thr_alarm.c b/mysys/thr_alarm.c
index 2a16eeec215..2289f8208bc 100644
--- a/mysys/thr_alarm.c
+++ b/mysys/thr_alarm.c
@@ -718,7 +718,7 @@ sig_handler process_alarm(int sig __attribute__((unused)))
}
-bool thr_alarm(thr_alarm_t *alrm, uint sec, ALARM *alarm)
+my_bool thr_alarm(thr_alarm_t *alrm, uint sec, ALARM *alarm)
{
(*alrm)= &alarm->alarmed;
if (alarm_aborted)