SHA256
1
0
forked from pool/gnuchess
gnuchess/gnuchess-nonstatic.diff

12 lines
212 B
Diff

--- src/input.c
+++ src/input.c
@@ -92,7 +92,7 @@
fgets(inputstr, MAXSTR, stdin);
}
-static pthread_t input_thread;
+pthread_t input_thread;
/* Mutex and condition variable for thread communication */