summaryrefslogtreecommitdiff
path: root/include/thr_alarm.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-10-15 17:10:47 +0200
committerunknown <serg@serg.mylan>2003-10-15 17:10:47 +0200
commite115c1f46d5007e9bd4abfdd2f2214e7ba7f9428 (patch)
tree69206ae46cc24d2fd0cf544229a6d64b154c3dc4 /include/thr_alarm.h
parent48446c0f73a99f7cb6a1f00700e6ea066ed28984 (diff)
downloadmariadb-git-e115c1f46d5007e9bd4abfdd2f2214e7ba7f9428.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