git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Support non-WIN32 systems lacking poll()
@ 2012-09-17  6:48 Joachim Schmitz
  2012-09-17  6:53 ` [PATCH v6 1/4] make poll available for other platforms lacking it Joachim Schmitz
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Joachim Schmitz @ 2012-09-17  6:48 UTC (permalink / raw)
  To: git

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

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


Bye, Jojo 

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

end of thread, other threads:[~2012-09-18  6:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17  6:48 [PATCH v6 0/4] Support non-WIN32 systems lacking poll() Joachim Schmitz
2012-09-17  6:53 ` [PATCH v6 1/4] make poll available for other platforms lacking it Joachim Schmitz
2012-09-17  6:56 ` [PATCH v6 2/4] fix some win32 specific dependencies in poll.c Joachim Schmitz
2012-09-17  7:02 ` [PATCH v6 3/4] poll() exits too early with EFAULT if 1st arg is NULL Joachim Schmitz
2012-09-17  7:03 ` [PATCH v6 4/4] make poll() work on platforms that can't recv() on a non-socket Joachim Schmitz
2012-09-17 21:03 ` [PATCH v6 0/4] Support non-WIN32 systems lacking poll() Junio C Hamano
2012-09-17 21:10   ` [PATCH v7 " Joachim Schmitz
2012-09-17 21:34     ` Joachim Schmitz
2012-09-17 22:38       ` Junio C Hamano
2012-09-18  6:22         ` Joachim Schmitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).