Check for EINTR in poll$nt()
This is a bandaid that lets CTRL-C work in daemons until a better solution for signals on Windows can be implemented.
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/calls/internal.h"
|
||||
|
||||
hidden int g_sighandrvas[NSIG];
|
||||
unsigned __sighandrvas[NSIG];
|
||||
|
||||
Reference in New Issue
Block a user