]> git.eshelyaron.com Git - emacs.git/commitdiff
Update from gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Feb 2018 17:09:33 +0000 (09:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Feb 2018 17:09:59 +0000 (09:09 -0800)
This includes:
2018-02-27 environ: fix link error on 32-bit Cygwin
* doc/misc/texinfo.tex, lib/unistd.in.h: Copy from gnulib.

doc/misc/texinfo.tex
lib/unistd.in.h

index c614e0240580aedaf32bbe1c8a4e64e5739dc8e4..0af2f09b5270e1b6559eb38b1446a2ed99af8e7c 100644 (file)
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2018-01-09.11}
+\def\texinfoversion{2018-02-24.16}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
index 13f4bb6cd16301d2b4e375db56e22639c30c9647..beeb8e1d6fdfd9fa658ca4cf7dfe6cdccbdb34f1 100644 (file)
@@ -400,7 +400,7 @@ _GL_WARN_ON_USE (dup3, "dup3 is unportable - "
 
 
 #if @GNULIB_ENVIRON@
-# if defined __CYGWIN__
+# if defined __CYGWIN__ && !defined __i386__
 /* The 'environ' variable is defined in a DLL. Therefore its declaration needs
    the '__declspec(dllimport)' attribute, but the system's <unistd.h> lacks it.
    This leads to a link error on 64-bit Cygwin when the option