mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Changed __ppc__ to __powerpc__
This commit is contained in:
parent
9a6902d8a4
commit
735c286de7
1 changed files with 2 additions and 2 deletions
|
|
@ -441,7 +441,7 @@ __asm__ __volatile__("wmb": : :"memory")
|
|||
|
||||
#endif /* __alpha__ */
|
||||
|
||||
#ifdef __ppc__
|
||||
#ifdef __powerpc__
|
||||
|
||||
typedef struct { volatile int counter; } atomic_t;
|
||||
|
||||
|
|
@ -627,7 +627,7 @@ static __inline__ int atomic_dec_if_positive(atomic_t *v)
|
|||
|
||||
#define IATOMIC_DEFINED 1
|
||||
|
||||
#endif /* __ppc__ */
|
||||
#endif /* __powerpc__ */
|
||||
|
||||
#ifdef __mips__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue