From 887aca53efaf08a47dc4c4fba867d5816538e841 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Mon, 18 Dec 2006 13:23:14 +0100 Subject: [PATCH] added missing type for a local variable --- lib/threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/threads.c b/lib/threads.c index 0cb10d11..f5e828f3 100644 --- a/lib/threads.c +++ b/lib/threads.c @@ -34,7 +34,7 @@ ucwlib_threads_init(void) static int ucwlib_tid(void) { - static tid_counter; + static int tid_counter; ucwlib_lock(); int tid = ++tid_counter; -- 2.39.2