aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-12 07:31:42 -0700
committerPaul Eggert2013-07-12 07:31:42 -0700
commit7e649856bce883738622cc3533ad808c6ea1a73f (patch)
tree7f5d1f3fffd1b0097ba8fa4e8cbbb2a0d100b6bc /src/ChangeLog
parentacfcc8c53bcfca52f4ab4ff527d39533545566d9 (diff)
downloademacs-7e649856bce883738622cc3533ad808c6ea1a73f.tar.gz
emacs-7e649856bce883738622cc3533ad808c6ea1a73f.zip
Minor EBADF fixes.
* process.c (create_process, wait_reading_process_output) [AIX]: Remove obsolete SIGHUP-related code, as Emacs no longer disables SIGHUP, so EBADF is no longer acceptable here (it wouldn't work in a multithreaded environment anyway). * sysdep.c (emacs_close): It's not dangerous to invoke emacs_close (-1).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 75031274694..dfc74d7bb39 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-07-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 Minor EBADF fixes.
4 * process.c (create_process, wait_reading_process_output) [AIX]:
5 Remove obsolete SIGHUP-related code, as Emacs no longer disables
6 SIGHUP, so EBADF is no longer acceptable here (it wouldn't work in
7 a multithreaded environment anyway).
8 * sysdep.c (emacs_close): It's not dangerous to invoke emacs_close (-1).
9
12013-07-12 Andreas Schwab <schwab@linux-m68k.org> 102013-07-12 Andreas Schwab <schwab@linux-m68k.org>
2 11
3 * image.c (x_find_image_file): Don't close a remote file handle. 12 * image.c (x_find_image_file): Don't close a remote file handle.