You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Index: src/input.c |
|
--- src/input.c.orig 2003-07-01 19:06:43 +0200 |
|
+++ src/input.c 2005-10-14 11:46:35 +0200 |
|
@@ -92,7 +92,7 @@ |
|
fgets(inputstr, MAXSTR, stdin); |
|
} |
|
|
|
-static pthread_t input_thread; |
|
+pthread_t input_thread; |
|
|
|
/* Mutex and condition variable for thread communication */ |
|
|
|
|