From 6f171deacc9b9d5cca5c2a5d55398a248f3caccb Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 8 Apr 2011 13:00:09 -0600 Subject: [PATCH] build: really fix mingw startup Aargh; commit 8ae5dfd still didn't fix the mingw problem, because gnulib defined O_NONBLOCK to 0 for just mingw. I've now fixed that in gnulib, but we need the latest pipe2 for libvirt to work. * .gnulib: Update to latest, for pipe2 fixes. --- .gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gnulib b/.gnulib index 9cc991025d..4a1579d756 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 9cc991025d6139a3a8f3e0f1570bf39a66f3aafa +Subproject commit 4a1579d7560659ef5723325726eda14490a967f6