UAPI: (Scripted) Disintegrate include/asm-generic
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
This commit is contained in:
		
					parent
					
						
							
								f3dfd599af
							
						
					
				
			
			
				commit
				
					
						8a1ab3155c
					
				
			
		
					 50 changed files with 1778 additions and 1727 deletions
				
			
		
							
								
								
									
										12
									
								
								include/uapi/asm-generic/ucontext.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								include/uapi/asm-generic/ucontext.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | |||
| #ifndef __ASM_GENERIC_UCONTEXT_H | ||||
| #define __ASM_GENERIC_UCONTEXT_H | ||||
| 
 | ||||
| struct ucontext { | ||||
| 	unsigned long	  uc_flags; | ||||
| 	struct ucontext  *uc_link; | ||||
| 	stack_t		  uc_stack; | ||||
| 	struct sigcontext uc_mcontext; | ||||
| 	sigset_t	  uc_sigmask;	/* mask last for extensibility */ | ||||
| }; | ||||
| 
 | ||||
| #endif /* __ASM_GENERIC_UCONTEXT_H */ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 David Howells
				David Howells