Not every OS that support poll seems to support POLLMSG.

This commit is contained in:
Sjoerd Mullender 2000-08-25 13:59:18 +00:00
parent d7b86f0056
commit 239f836c10
1 changed files with 2 additions and 0 deletions

View File

@ -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 */
}