mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ld {
 | |
|   GLIBC_PRIVATE {
 | |
|     __nacl_irt_*;
 | |
|     __nacl_supply_interface_rtld;
 | |
|   }
 | |
| }
 | |
| 
 | |
| libc {
 | |
|   GLIBC_2.22 {
 | |
|     nacl_interface_query;
 | |
|     nacl_interface_ext_supply;
 | |
|   }
 | |
| 
 | |
|   GLIBC_PRIVATE {
 | |
|     # These are used by libpthread.
 | |
|     __libc_write;
 | |
|     __libc_open;
 | |
|     __libc_close;
 | |
|     __libc_fork;
 | |
| 
 | |
|     __nacl_irt_*;
 | |
|   }
 | |
| }
 |