diff options
| author | Paul Eggert | 2013-07-07 16:22:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-07 16:22:43 -0700 |
| commit | 9caab067d66a2de8520aab5c2b17205548631c4d (patch) | |
| tree | b9bd9219a605baaecce2f0413b1ae5306bda0182 /ChangeLog | |
| parent | 5165d44a786798f59c880d23dd3569d263009b51 (diff) | |
| download | emacs-9caab067d66a2de8520aab5c2b17205548631c4d.tar.gz emacs-9caab067d66a2de8520aab5c2b17205548631c4d.zip | |
Port to Ubuntu 10.
Problem reported by T.V. Raman.
* configure.ac (accept4): New function to check for.
* src/process.c (close_on_exec, accept4, process_socket):
Define these if !HAVE_ACCEPT4, not if !SOCK_CLOEXEC.
Fixes: debbugs:14803
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,8 +1,12 @@ | |||
| 1 | 2013-07-07 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-07-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Port to Ubuntu 10 (Bug#14803). | ||
| 4 | * configure.ac (accept4): New function to check for. | ||
| 5 | |||
| 3 | Make file descriptors close-on-exec when possible (Bug#14803). | 6 | Make file descriptors close-on-exec when possible (Bug#14803). |
| 4 | * configure.ac (mkostemp): New function to check for. | 7 | * configure.ac (mkostemp): New function to check for. |
| 5 | (PTY_OPEN): Pass O_CLOEXEC to posix_openpt. | 8 | (PTY_OPEN): Pass O_CLOEXEC to posix_openpt. |
| 9 | |||
| 6 | * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4: | 10 | * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4: |
| 7 | * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib. | 11 | * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib. |
| 8 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | 12 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. |