1
0
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:
Nick Briggs
2021-02-10 13:58:40 -08:00
committed by GitHub
parent 3ae9d558b1
commit c9a0d441c4
2 changed files with 4 additions and 8 deletions

View File

@@ -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;