mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			262 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			262 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
libc {
 | 
						|
  GLIBC_2.19 {
 | 
						|
    setjmp; _setjmp; __sigsetjmp;
 | 
						|
    longjmp; _longjmp; siglongjmp;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
ld {
 | 
						|
  GLIBC_2.3 {
 | 
						|
    # runtime interface to TLS
 | 
						|
    __tls_get_offset;
 | 
						|
  }
 | 
						|
  GLIBC_PRIVATE {
 | 
						|
    # Exported by ld used by libc.
 | 
						|
    __tls_get_addr_internal;
 | 
						|
  }
 | 
						|
}
 |