glibc/include/sys/profil.h

10 lines
229 B
C
Raw Normal View History

2001-04-06 17:22:21 +02:00
#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 */