mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| %include <tls.h>
 | |
| 
 | |
| libc {
 | |
|   GLIBC_2.0 {
 | |
|     # helper functions
 | |
|     __libc_init_first; __libc_start_main;
 | |
|   }
 | |
|   GLIBC_2.1 {
 | |
|     # New special glibc functions.
 | |
|     gnu_get_libc_release; gnu_get_libc_version;
 | |
|   }
 | |
|   GLIBC_PRIVATE {
 | |
|     errno;
 | |
|   }
 | |
| }
 |