mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			229 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			229 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _PROFIL_H
 | 
						|
#include <gmon/sys/profil.h>
 | 
						|
 | 
						|
/* Now define the internal interfaces.  */
 | 
						|
 | 
						|
extern int __sprofil (struct prof *__profp, int __profcnt,
 | 
						|
		      struct timeval *__tvp, unsigned int __flags);
 | 
						|
 | 
						|
#endif /* _PROFIL_H */
 |