1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 16:29:36 +01:00

Disable MonitorFdHup test on cygwin

This commit is contained in:
David McFarland 2025-11-15 20:12:15 -04:00
parent 13b896a188
commit b115c90043

View file

@ -1,4 +1,5 @@
#ifndef _WIN32
// TODO: investigate why this is hanging on cygwin
#if !defined(_WIN32) && !defined(__CYGWIN__)
# include "nix/util/util.hh"
# include "nix/util/monitor-fd.hh"