]> code.delx.au - gnu-emacs/commit
Assume NON_BLOCKING_CONNECT (Bug#22946)
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2016 08:17:56 +0000 (01:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2016 08:19:03 +0000 (01:19 -0700)
commit780a605e1d2de4b975e6f1f29b491c9af419dcff
treeabbfb59c66e8a7cd50819a7bbe0e5e658d40ae54
parent7dba17670f42cdaa73424a2bf60925ef49671fad
Assume NON_BLOCKING_CONNECT (Bug#22946)

* 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.
lisp/proced.el
src/process.c