mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	2002-12-28 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
		
			
				
	
	
		
			16 lines
		
	
	
		
			255 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			255 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| libc {
 | |
|   GLIBC_2.3.2 {
 | |
|     __register_atfork;
 | |
|   }
 | |
|   GLIBC_PRIVATE {
 | |
|     __libc_pthread_init;
 | |
|     __libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
 | |
|     __libc_allocate_rtsig_private;
 | |
|   }
 | |
| }
 | |
| libpthread {
 | |
|   GLIBC_2.0 {
 | |
|     fork; __fork;
 | |
|   }
 | |
| }
 |