From: Bruno Haible Date: Sat, 17 Dec 2016 12:27:08 +0000 (+0100) Subject: fpending: Revert workaround against Emacs bug. X-Git-Tag: v1.0~6484 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8457ffb7403edddac21077a622bb66141e09728f;p=gnulib.git fpending: Revert workaround against Emacs bug. * lib/stdio-impl.h [__MINGW32__]: Revert conditional. The Emacs bug is fixed by Eli Zaretskii in http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00715.html --- diff --git a/ChangeLog b/ChangeLog index c8bce8f884..5f0f333641 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-12-17 Bruno Haible + + fpending: Revert workaround against Emacs bug. + * lib/stdio-impl.h [__MINGW32__]: Revert conditional. + The Emacs bug is fixed by Eli Zaretskii in + http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00715.html + 2016-12-17 Bruno Haible getlogin_r tests: Port to mingw. diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h index 1972a33ab1..766d693659 100644 --- a/lib/stdio-impl.h +++ b/lib/stdio-impl.h @@ -26,9 +26,7 @@ # include #endif -#ifndef __MINGW32__ #include /* For detecting Plan9. */ -#endif #if defined __sferror || defined __DragonFly__ || defined __ANDROID__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Android */