poll() doesn't work on some Linux machines, so we go back

to using select().
This commit is contained in:
wtc%netscape.com 1998-09-26 02:23:06 +00:00
Родитель 262befdf06
Коммит ebed194527
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -65,10 +65,8 @@
#endif
#define USE_SETJMP
#if defined(__GLIBC__) && __GLIBC__ >= 2
#define _PR_POLL_AVAILABLE
#define _PR_USE_POLL
#endif
#undef _PR_POLL_AVAILABLE
#undef _PR_USE_POLL
#define _PR_STAT_HAS_ONLY_ST_ATIME
#if defined(__alpha)
#define _PR_HAVE_LARGE_OFF_T