]> granicus.if.org Git - curl/commit
Make our own definitions of the POLL* defiens and the pollfd struct only get
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2007 11:21:48 +0000 (11:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2007 11:21:48 +0000 (11:21 +0000)
commitdc3b3c69161963ac38c2b1d4a198acf2d9b66e12
tree8efa122046d5167e967c2e3dd6140ddb709ae1bc
parent82d3f97659d48383ca6b4816fc29a11d1e0ae7ee
Make our own definitions of the POLL* defiens and the pollfd struct only get
done if the sys/poll.h file is missing, as we have seen machines with poll()
present but without the header file and machines that don't get HAVE_POLL
defined but that do have the sys/poll.h header file...
lib/select.h