]> git.sesse.net Git - stockfish/commit
Fix compile error with gcc
authorMarco Costalba <mcostalba@gmail.com>
Sun, 25 Mar 2012 22:08:35 +0000 (23:08 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 25 Mar 2012 22:08:35 +0000 (23:08 +0100)
commitb978eb05dcce5eb874bb45e30af854d332b9738f
tree0f6d8e011202c6e395d836655385e17f9b4ec7f5
parente4efc8b74159a77e77d0d6b53c9ef7215cfdcb9a
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 <mcostalba@gmail.com>
src/platform.h