• Paul Eggert's avatar
    Don't assume process IDs fit in int. · 69deda53
    Paul Eggert authored
    * 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).
    69deda53
sysdep.c 86.1 KB