all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* NON_BLOCKING_CONNECT
@ 2016-03-06 18:00 Lars Magne Ingebrigtsen
  2016-03-06 18:15 ` NON_BLOCKING_CONNECT Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2016-03-06 18:00 UTC (permalink / raw)
  To: emacs-devel

I was wondering about this:

/* Define NON_BLOCKING_CONNECT if we can support non-blocking connects.
   The code can be simplified by assuming NON_BLOCKING_CONNECT once
   Emacs starts assuming POSIX 1003.1-2001 or later.  */

#if (defined HAVE_SELECT				\
     && (defined GNU_LINUX || defined HAVE_GETPEERNAME)	\
     && (defined EWOULDBLOCK || defined EINPROGRESS))
# define NON_BLOCKING_CONNECT
#endif

Do we still support any architectures without NON_BLOCKING_CONNECT?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: NON_BLOCKING_CONNECT
  2016-03-06 18:00 NON_BLOCKING_CONNECT Lars Magne Ingebrigtsen
@ 2016-03-06 18:15 ` Paul Eggert
  2016-03-06 18:27   ` NON_BLOCKING_CONNECT Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggert @ 2016-03-06 18:15 UTC (permalink / raw)
  To: emacs-devel

Lars Magne Ingebrigtsen wrote:
> Do we still support any architectures without NON_BLOCKING_CONNECT?

Microsoft porting targets might lack them (Eli would know). All other current 
porting targets should have them.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: NON_BLOCKING_CONNECT
  2016-03-06 18:15 ` NON_BLOCKING_CONNECT Paul Eggert
@ 2016-03-06 18:27   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2016-03-06 18:27 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel

> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Sun, 6 Mar 2016 10:15:50 -0800
> 
> Lars Magne Ingebrigtsen wrote:
> > Do we still support any architectures without NON_BLOCKING_CONNECT?
> 
> Microsoft porting targets might lack them (Eli would know).

The Windows port supports NON_BLOCKING_CONNECT since about a year ago.
See commit d133cf83.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-06 18:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-06 18:00 NON_BLOCKING_CONNECT Lars Magne Ingebrigtsen
2016-03-06 18:15 ` NON_BLOCKING_CONNECT Paul Eggert
2016-03-06 18:27   ` NON_BLOCKING_CONNECT Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.