]> granicus.if.org Git - graphviz/commit
remove disabled poll() code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 12 Sep 2020 19:44:05 +0000 (12:44 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Sep 2020 00:35:04 +0000 (17:35 -0700)
commitce4b2c7f7243a7c41f8e302ed009d40538fd6a57
tree6bf6e6f3bdaee0a689dac41b295c2c05127c8cc1
parent823862b0f53a931ec93b4232f85a39c98a4ecf13
remove disabled poll() code

The macro _lib_poll was undefined on all platforms that have select.h, which is
everything except Windows. Poll does not exist on Windows, so it was also
disabled there. Related to #1422 and #1521.
lib/sfio/sfhdr.h
lib/sfio/sfpkrd.c
lib/sfio/sfpoll.c