diff options
| author | Paul Eggert | 2018-02-27 09:09:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-02-27 09:09:59 -0800 |
| commit | b38cb1495d8916ce70785a33fb4dacf64edc904b (patch) | |
| tree | 540ce7f59a1df8518bddeb53ca81e905f6752b84 /lib | |
| parent | 18ff4be3ea9b402b38a904352f0c819397842c3c (diff) | |
| download | emacs-b38cb1495d8916ce70785a33fb4dacf64edc904b.tar.gz emacs-b38cb1495d8916ce70785a33fb4dacf64edc904b.zip | |
Update from gnulib
This includes:
2018-02-27 environ: fix link error on 32-bit Cygwin
* doc/misc/texinfo.tex, lib/unistd.in.h: Copy from gnulib.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/unistd.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unistd.in.h b/lib/unistd.in.h index 13f4bb6cd16..beeb8e1d6fd 100644 --- a/lib/unistd.in.h +++ b/lib/unistd.in.h | |||
| @@ -400,7 +400,7 @@ _GL_WARN_ON_USE (dup3, "dup3 is unportable - " | |||
| 400 | 400 | ||
| 401 | 401 | ||
| 402 | #if @GNULIB_ENVIRON@ | 402 | #if @GNULIB_ENVIRON@ |
| 403 | # if defined __CYGWIN__ | 403 | # if defined __CYGWIN__ && !defined __i386__ |
| 404 | /* The 'environ' variable is defined in a DLL. Therefore its declaration needs | 404 | /* The 'environ' variable is defined in a DLL. Therefore its declaration needs |
| 405 | the '__declspec(dllimport)' attribute, but the system's <unistd.h> lacks it. | 405 | the '__declspec(dllimport)' attribute, but the system's <unistd.h> lacks it. |
| 406 | This leads to a link error on 64-bit Cygwin when the option | 406 | This leads to a link error on 64-bit Cygwin when the option |