mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			353 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			353 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/ptrace.h
 | |
| +++ b/ptrace.h
 | |
| @@ -55,7 +55,14 @@ extern long ptrace(int, int, char *, lon
 | |
|  # define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
 | |
|  #endif
 | |
|  
 | |
| +#if POWERPC
 | |
| +#include <linux/types.h>
 | |
| +#define __ASSEMBLY__
 | |
| +#endif
 | |
|  #include <linux/ptrace.h>
 | |
| +#if POWERPC
 | |
| +#undef __ASSEMBLY__
 | |
| +#endif
 | |
|  
 | |
|  #ifdef HAVE_STRUCT_IA64_FPREG
 | |
|  # undef ia64_fpreg
 |