From ce31940393eadc5169825b5c692c78732b9ff14e Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Tue, 10 Mar 1998 15:27:07 +0100 Subject: [PATCH] Bugfix(TM). Rev: src/threads.h:1.35 --- src/threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threads.h b/src/threads.h index a3b7dec909..74c32c9003 100644 --- a/src/threads.h +++ b/src/threads.h @@ -255,7 +255,7 @@ struct thread_state { #endif #ifndef th_equal -#define th_equal(X,Y) (!MEMCPY(&(X),&(Y),sizeof(THREAD_T))) +#define th_equal(X,Y) (!MEMCMP(&(X),&(Y),sizeof(THREAD_T))) #endif #ifndef th_hash -- GitLab