* 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.
Этот коммит содержится в:
родитель
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,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user