Minor EBADF fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Jul 2013 14:31:42 +0000 (07:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Jul 2013 14:31:42 +0000 (07:31 -0700)
commit7e649856bce883738622cc3533ad808c6ea1a73f
tree7f5d1f3fffd1b0097ba8fa4e8cbbb2a0d100b6bc
parentacfcc8c53bcfca52f4ab4ff527d39533545566d9
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).
src/ChangeLog
src/keyboard.c
src/process.c
src/sysdep.c