mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 04:38:00 +00:00
Alarm timer requires an unsigned timeout value in timer.c, timeout.h
This commit is contained in:
@@ -87,7 +87,7 @@ extern DspInterface currentdsp;
|
||||
* to get Alto time.
|
||||
*/
|
||||
|
||||
int TIMEOUT_TIME = 10; /* For file system timeout, seconds, default 10 */
|
||||
unsigned int TIMEOUT_TIME = 10; /* For file system timeout, seconds, default 10 */
|
||||
|
||||
volatile sig_atomic_t IO_Signalled = FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user