fixed compile on ia64 and sparc

This commit is contained in:
Takashi Iwai 2001-06-15 09:30:49 +00:00
parent 977a9a33f0
commit 681f6ad7b0

View file

@ -34,7 +34,7 @@
#include "pcm_local.h"
#include "pcm_plugin.h"
#if defined(__sparc__) || defined __ia64__
#if defined(__sparc__) || defined(__ia64__)
/* asm/atomic.h is unavailable on sparc and ia64 */
#define atomic_t int
#define atomic_read(x) (*(x))