public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Support non-WIN32 systems lacking poll()
@ 2012-09-07 12:51 Joachim Schmitz
  0 siblings, 0 replies; only message in thread
From: Joachim Schmitz @ 2012-09-07 12:51 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Here's now my series or patches to make the win32 implementation of poll() available to other platforms:

1 - poll() exits too early with EFAULT if 1st arg is NULL, as discussed with Paolo Bonzini from the gnulib team
2 - make poll available for other platforms lacking it by moving it into a separate directory and adjusting Makefile
3 - fix some win32 specific dependencies in poll.c by #ifdef the inclusion of two header files
4 - make poll() work on platforms that can't recv() on a non-socket, namely HP NonStop

Bye, Jojo

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-07 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 12:51 [PATCH v3 0/4] Support non-WIN32 systems lacking poll() Joachim Schmitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox