mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-02 14:51:23 +00:00
Cleanup timer leftovers (#341)
* Remove unnecessary variables and calls during itimer setup. * Variable referenced from signal handler should be volatile and sig_atomic_t
This commit is contained in:
@@ -135,7 +135,7 @@ static struct timeval SelectTimeout = {0, 0};
|
||||
#endif /* DOS */
|
||||
|
||||
#ifdef XWINDOW
|
||||
extern int Event_Req;
|
||||
extern volatile sig_atomic_t Event_Req;
|
||||
#endif /* XWINDOW */
|
||||
|
||||
extern MISCSTATS *MiscStats;
|
||||
|
||||
Reference in New Issue
Block a user