• Paul Eggert's avatar
    Assume NON_BLOCKING_CONNECT (Bug#22946) · 780a605e
    Paul Eggert authored
    * lisp/proced.el (proced-signal-list): Omit comment about
    obsolete systems that do not support POSIX 1003.1-2001 signals.
    * src/process.c (NON_BLOCKING_CONNECT): Remove, since we can now
    assume POSIX 1003.1-2001 or better here.  Assume it’s defined.
    (connect_network_socket): Assume EINPROGRESS is defined,
    as that’s portable too now.
    (Fmake_network_process): Use bool for boolean.
    780a605e
process.c 231 KB