mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 02:15:10 +00:00 
			
		
		
		
	GH-116226: include pthread_stubs.h in pycore_pythreads.h (#116227)
				
					
				
			This commit is contained in:
		
							parent
							
								
									9e88173d36
								
							
						
					
					
						commit
						90a1e9880f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -46,7 +46,8 @@ extern "C" { | |||
| 
 | ||||
| 
 | ||||
| #if defined(HAVE_PTHREAD_STUBS) | ||||
| #include <stdbool.h>              // bool | ||||
| #include "cpython/pthread_stubs.h"  // PTHREAD_KEYS_MAX | ||||
| #include <stdbool.h>                // bool | ||||
| 
 | ||||
| // pthread_key
 | ||||
| struct py_stub_tls_entry { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brett Cannon
						Brett Cannon