We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10358c6 commit 1594d4bCopy full SHA for 1594d4b
src/libutil/windows/include/nix/util/signals-impl.hh
@@ -25,6 +25,7 @@ inline void setInterruptThrown()
25
static inline bool isInterrupted()
26
{
27
/* Do nothing for now */
28
+ return false;
29
}
30
31
inline void checkInterrupt()
0 commit comments