diff options
| author | Eli Zaretskii | 2012-11-01 16:21:45 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-01 16:21:45 +0200 |
| commit | 7e8b50d9e556b1c8b393199995ef3ea85b9f4525 (patch) | |
| tree | 31db49285d656afca45d08fd4d57234351d953ef /src/ChangeLog | |
| parent | 7a8d34f74e840bed818cc7f537fb1946bf91f062 (diff) | |
| download | emacs-7e8b50d9e556b1c8b393199995ef3ea85b9f4525.tar.gz emacs-7e8b50d9e556b1c8b393199995ef3ea85b9f4525.zip | |
Fix MS-Windows build broken by fixing bug #12776 on Posix platforms.
src/w32proc.c (getpgrp, setpgid): New functions.
nt/inc/unistd.h (setpgid, getpgrp): Provide prototypes.
nt/config.nt (GETPGRP_VOID): Define to 1.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4dc18b6909b..e762eb13b87 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-11-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776) | ||
| 4 | |||
| 1 | 2012-10-31 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-10-31 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Fix crash when using Emacs as commit editor for git (Bug#12697). | 7 | Fix crash when using Emacs as commit editor for git (Bug#12697). |