diff options
| author | Paul Eggert | 2013-08-20 22:39:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-20 22:39:51 -0700 |
| commit | 0d7c1e66ffad14f76fbd226d50113a61c738806c (patch) | |
| tree | d88329f436b0cc3069c1dc118795efa2dd2f0e64 /src/ChangeLog | |
| parent | 6e50e9836a5e539cf2286fff44e9966e074f9c7b (diff) | |
| download | emacs-0d7c1e66ffad14f76fbd226d50113a61c738806c.tar.gz emacs-0d7c1e66ffad14f76fbd226d50113a61c738806c.zip | |
* process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag.
We can't portably rely on PTY_OPEN doing that, even if
it calls posix_openpt with O_CLOEXEC.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 997459f01c2..c7cceb27a4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-08-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag. | ||
| 4 | We can't portably rely on PTY_OPEN doing that, even if | ||
| 5 | it calls posix_openpt with O_CLOEXEC. | ||
| 6 | |||
| 1 | 2013-08-20 Kenichi Handa <handa@gnu.org> | 7 | 2013-08-20 Kenichi Handa <handa@gnu.org> |
| 2 | 8 | ||
| 3 | * character.c (string_char): Improve commentary. | 9 | * character.c (string_char): Improve commentary. |