aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-19 14:00:09 -0700
committerPaul Eggert2012-08-19 14:00:09 -0700
commitb69a6d228467365b4ed2545dcb1ecc3582d20e2a (patch)
tree012d86b0c224f8c0f6666ad5efa4977d4d6f3281 /src/ChangeLog
parent22d7feb28c95cec0c940fc7b933491550730512b (diff)
downloademacs-b69a6d228467365b4ed2545dcb1ecc3582d20e2a.tar.gz
emacs-b69a6d228467365b4ed2545dcb1ecc3582d20e2a.zip
Rely on <unistd.h> to declare 'environ',
as gnulib does this if the system doesn't. * lib-src/emacsclient.c (environ): Remove decl. * src/callproc.c, src/editfns.c, src/process.c (environ) [!USE_CRT_DLL]: * src/emacs.c (environ) [DOUG_LEA_MALLOC]: * src/vm-limit.c (environ) [ORDINARY_LINK]: Remove decl. * src/vm-limit.c: Include <unistd.h>, for 'environ'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e922ede7a0c..fa3eaa281d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12012-08-19 Paul Eggert <eggert@cs.ucla.edu> 12012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Rely on <unistd.h> to declare 'environ',
4 as gnulib does this if the system doesn't.
5 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
6 * emacs.c (environ) [DOUG_LEA_MALLOC]:
7 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
8 * vm-limit.c: Include <unistd.h>, for 'environ'.
9
3 * unexaix.c, unexcoff.c: Include "mem-limits.h". 10 * unexaix.c, unexcoff.c: Include "mem-limits.h".
4 (start_of_data): Remove decl; mem-limits.h provides it. 11 (start_of_data): Remove decl; mem-limits.h provides it.
5 12