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

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.