diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-24 21:35:39 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-24 21:35:39 -0700 |
commit | 69deda53a85df68656b62acdd45662101fef58b7 (patch) | |
tree | 7cbc1a516f7cbbc046c88e6a8ee4d34695404135 /lisp/emacs-lisp | |
parent | 39ff2cf3c6cd38baf66c8c7c7ffc5b1f11a52528 (diff) | |
download | emacs-69deda53a85df68656b62acdd45662101fef58b7.tar.gz emacs-69deda53a85df68656b62acdd45662101fef58b7.tar.bz2 emacs-69deda53a85df68656b62acdd45662101fef58b7.zip |
Don't assume process IDs fit in int.
* emacs.c (shut_down_emacs) [!DOS_NT]:
* sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]:
* term.c (dissociate_if_controlling_tty) [!DOS_NT]:
Use pid_t, not int, to store process IDs, as 'int'
is not wide enough on a few platforms (e.g., AIX and IRIX).
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions