summaryrefslogtreecommitdiffstats
path: root/source/xap/gnuchess/gnuchess.gcc4_fix.diff
blob: a68351941fa90080e706babc90b96217e93dd9ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gnuchess-5.07/src/input.c	2007-05-08 15:55:16.688003280 +0300
+++ gnuchess-5.07/src/input.c	2007-05-08 15:55:29.238088685 +0300
@@ -92,7 +92,7 @@
   fgets(inputstr, MAXSTR, stdin);
 }
 
-static pthread_t input_thread;
+pthread_t input_thread;
 
 /* Mutex and condition variable for thread communication */