1
1

* Don reports that /dev/poll is borked with his version of Solaris. For

now, don't use it and go back to poll/select like everyone else.

This commit was SVN r11034.
Этот коммит содержится в:
Brian Barrett 2006-07-27 16:56:09 +00:00
родитель fcb932a6d9
Коммит 63f0a5f52d

Просмотреть файл

@ -103,9 +103,11 @@ static const struct opal_eventop *eventops[] = {
&opal_epollops,
#endif
#endif
#if 0 /* Sun reports /dev/poll borks up on 2 nodes with new Solaris */
#ifdef HAVE_DEVPOLL
&devpollops,
#endif
#endif
#if 0 /* no RTSIGS support for us */
#if HAVE_RTSIG
&opal_rtsigops,