mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	* include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove. * include/argz.h: Use libc_hidden_proto for argz_delete. * string/argz-delete.c: Add libc_hidden_def. * string/envz.c: Likewise. Use <envz.h>, not "envz.h".
		
			
				
	
	
		
			9 lines
		
	
	
		
			114 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			114 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ENVZ_H
 | |
| 
 | |
| #include <string/envz.h>
 | |
| 
 | |
| libc_hidden_proto (envz_entry)
 | |
| libc_hidden_proto (envz_remove)
 | |
| 
 | |
| #endif
 |