mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:12:44 +00:00 
			
		
		
		
	 d9e1a6c566
			
		
	
	
		d9e1a6c566
		
	
	
	
	
		
			
			The Zig compiler asks for this much stack on its main thread via the use of PT_GNU_STACK.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Copyright (c) 2022, sin-ack <sin-ack@protonmail.com>
 | |
|  *
 | |
|  * SPDX-License-Identifier: BSD-2-Clause
 | |
|  */
 | |
| 
 | |
| #pragma once
 | |
| 
 | |
| #define PTHREAD_STACK_MAX (32 * 1024 * 1024) // 32MiB
 |