mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			259 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			259 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| libpthread {
 | |
|   GLIBC_2.3.3 {
 | |
|     # Changed PTHREAD_STACK_MIN.
 | |
|     pthread_attr_setstack; pthread_attr_setstacksize;
 | |
|   }
 | |
| }
 | |
| librt {
 | |
|   GLIBC_2.3.3 {
 | |
|     # Changed timer_t.
 | |
|     timer_create; timer_delete; timer_getoverrun; timer_gettime;
 | |
|     timer_settime;
 | |
|   }
 | |
| }
 |