mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			271 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			271 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <sysdep.h>
 | 
						|
 | 
						|
/* No multi-thread handling enabled.  */
 | 
						|
#define SINGLE_THREAD_P (1)
 | 
						|
#define LIBC_CANCEL_ASYNC()	0 /* Just a dummy value.  */
 | 
						|
#define LIBC_CANCEL_RESET(val)	((void)(val)) /* Nothing, but evaluate it.  */
 | 
						|
#define LIBC_CANCEL_HANDLED()	/* Nothing.  */
 |