diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1e25015da20..bdfb4e3fcb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -42,6 +42,8 @@ | |||
| 42 | Rely on <config.h> + <unistd.h> to declare 'environ', | 42 | Rely on <config.h> + <unistd.h> to declare 'environ', |
| 43 | as gnulib does this if the system doesn't. | 43 | as gnulib does this if the system doesn't. |
| 44 | * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]: | 44 | * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]: |
| 45 | Remove declaration. MS-Windows declares it on stdlib.h which is | ||
| 46 | included by conf_post.h. | ||
| 45 | * emacs.c (environ) [DOUG_LEA_MALLOC]: | 47 | * emacs.c (environ) [DOUG_LEA_MALLOC]: |
| 46 | * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl. | 48 | * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl. |
| 47 | * vm-limit.c: Include <unistd.h>, for 'environ'. | 49 | * vm-limit.c: Include <unistd.h>, for 'environ'. |