mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	fixed compile on ia64 and sparc
This commit is contained in:
		
							parent
							
								
									977a9a33f0
								
							
						
					
					
						commit
						681f6ad7b0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -34,7 +34,7 @@
 | 
				
			||||||
#include "pcm_local.h"
 | 
					#include "pcm_local.h"
 | 
				
			||||||
#include "pcm_plugin.h"
 | 
					#include "pcm_plugin.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(__sparc__) || defined __ia64__
 | 
					#if defined(__sparc__) || defined(__ia64__)
 | 
				
			||||||
/* asm/atomic.h is unavailable on sparc and ia64 */
 | 
					/* asm/atomic.h is unavailable on sparc and ia64 */
 | 
				
			||||||
#define atomic_t int
 | 
					#define atomic_t int
 | 
				
			||||||
#define atomic_read(x)	(*(x))
 | 
					#define atomic_read(x)	(*(x))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue