summaryrefslogtreecommitdiff
path: root/include/thr_alarm.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-10-15 17:10:47 +0200
committerserg@serg.mylan <>2003-10-15 17:10:47 +0200
commit33e5f4edec5b6ffb472e17cfc63f67895dc27719 (patch)
tree69206ae46cc24d2fd0cf544229a6d64b154c3dc4 /include/thr_alarm.h
parent4897c6649d927419d95ad9a315dc6316110be2d4 (diff)
downloadmariadb-git-33e5f4edec5b6ffb472e17cfc63f67895dc27719.tar.gz
dummy resize_thr_alarm for Netware
Diffstat (limited to 'include/thr_alarm.h')
-rw-r--r--include/thr_alarm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/thr_alarm.h b/include/thr_alarm.h
index a54c192b1ed..0dbb700b4fc 100644
--- a/include/thr_alarm.h
+++ b/include/thr_alarm.h
@@ -60,9 +60,10 @@ typedef my_bool ALARM;
#define thr_end_alarm(A)
#define thr_alarm(A,B,C) ((*(A)=1)-1)
/* The following should maybe be (*(A)) */
-#define thr_got_alarm(A) 0
+#define thr_got_alarm(A) 0
#define init_thr_alarm(A)
#define thr_alarm_kill(A)
+#define resize_thr_alarm(N)
#define end_thr_alarm()
#else