зеркало из https://github.com/mozilla/pjs.git
Define _PR_POLL_AVAILABLE and _PR_USE_POLL only for glibc2.
This commit is contained in:
Родитель
5f0c4acc09
Коммит
1b211ce395
|
@ -64,8 +64,10 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define USE_SETJMP
|
#define USE_SETJMP
|
||||||
|
#if defined(__GLIBC__) && __GLIBC__ >= 2
|
||||||
#define _PR_POLL_AVAILABLE
|
#define _PR_POLL_AVAILABLE
|
||||||
#define _PR_USE_POLL
|
#define _PR_USE_POLL
|
||||||
|
#endif
|
||||||
#define _PR_STAT_HAS_ONLY_ST_ATIME
|
#define _PR_STAT_HAS_ONLY_ST_ATIME
|
||||||
#if defined(__alpha)
|
#if defined(__alpha)
|
||||||
#define _PR_HAVE_LARGE_OFF_T
|
#define _PR_HAVE_LARGE_OFF_T
|
||||||
|
|
Загрузка…
Ссылка в новой задаче