Bugzilla bug #5358: temporary fix for the build problem on Solaris/x86.

We don't have an assembly language implementation of atomic stacks for
Solaris/x86 yet.  Thanks to Justin A. Kolodziej
<4wg7kolodzie@marquette.edu> for reporting the bug.
This commit is contained in:
wtc%netscape.com 1999-04-21 21:02:10 +00:00
Родитель 58c31945cb
Коммит 69ad2b5d40
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -48,8 +48,14 @@
#undef _PR_HAVE_ATOMIC_OPS
#else
#define _PR_HAVE_ATOMIC_OPS
/*
* We have assembly language implementation of atomic
* stacks for the sparc architecture only.
*/
#ifdef sparc
#define _PR_HAVE_ATOMIC_CAS
#endif
#endif
#define _PR_POLL_AVAILABLE
#define _PR_USE_POLL