8 lines
		
	
	
		
			181 B
		
	
	
	
		
			C
		
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			C
		
	
	
| 
								 | 
							
								INLINE void *openbsd_stack_pointer(void *uap)
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
									ucontext_t *ucontext = (ucontext_t *)uap;
							 | 
						||
| 
								 | 
							
									return (void *)ucontext->sc_rsp;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define ucontext_stack_pointer openbsd_stack_pointer
							 |