Not every OS that support poll seems to support POLLMSG.
This commit is contained in:
parent
d7b86f0056
commit
239f836c10
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue