blob: 7bf17003adf797d926448e6fe6ab699d321b2fcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#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 */
|