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 13b896a commit b115c90Copy full SHA for b115c90
src/libutil-tests/monitorfdhup.cc
@@ -1,4 +1,5 @@
1
-#ifndef _WIN32
+// TODO: investigate why this is hanging on cygwin
2
+#if !defined(_WIN32) && !defined(__CYGWIN__)
3
4
# include "nix/util/util.hh"
5
# include "nix/util/monitor-fd.hh"
0 commit comments