From: Marco Costalba Date: Sun, 25 Mar 2012 22:08:35 +0000 (+0100) Subject: Fix compile error with gcc X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=b978eb05dcce5eb874bb45e30af854d332b9738f;hp=b978eb05dcce5eb874bb45e30af854d332b9738f Fix compile error with gcc We have a clash with start_fn defined both as a Thread memeber and as a function pointer type in pthread_create(). No functional change. Signed-off-by: Marco Costalba ---