Unbreak the build on ppc32
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
		
							parent
							
								
									9f058c19fc
								
							
						
					
					
						commit
						32b746775d
					
				| 
						 | 
					@ -133,7 +133,7 @@ static Coroutine *coroutine_new(void)
 | 
				
			||||||
    CoroutineUContext *co;
 | 
					    CoroutineUContext *co;
 | 
				
			||||||
    ucontext_t old_uc, uc;
 | 
					    ucontext_t old_uc, uc;
 | 
				
			||||||
    jmp_buf old_env;
 | 
					    jmp_buf old_env;
 | 
				
			||||||
    union cc_arg arg;
 | 
					    union cc_arg arg = {0};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* The ucontext functions preserve signal masks which incurs a system call
 | 
					    /* The ucontext functions preserve signal masks which incurs a system call
 | 
				
			||||||
     * overhead.  setjmp()/longjmp() does not preserve signal masks but only
 | 
					     * overhead.  setjmp()/longjmp() does not preserve signal masks but only
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue