Commit 99ca67ce authored by Sjoerd Mullender's avatar Sjoerd Mullender

Not every OS that support poll seems to support POLLMSG.

parent 195312f9
......@@ -657,6 +657,8 @@ initselect(void)
insint(d, "POLLRDBAND", POLLRDBAND);
insint(d, "POLLWRNORM", POLLWRNORM);
insint(d, "POLLWRBAND", POLLWRBAND);
#ifdef POLLMSG
insint(d, "POLLMSG", POLLMSG);
#endif
#endif /* HAVE_POLL */
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment