mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	The generic __rtld_static_init code handles GLRO (dl_pagesize). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
libc {
 | 
						|
  GLIBC_2.32 {
 | 
						|
    _flush_cache;
 | 
						|
    cacheflush;
 | 
						|
  }
 | 
						|
  GLIBC_PRIVATE {
 | 
						|
    # A copy of sigaction lives in libpthread, and needs these.
 | 
						|
    __default_rt_sa_restorer;
 | 
						|
  }
 | 
						|
}
 |