lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | #ifndef _PROFIL_H |
2 | #include <gmon/sys/profil.h> | ||||
3 | |||||
4 | /* Now define the internal interfaces. */ | ||||
5 | |||||
6 | extern int __sprofil (struct prof *__profp, int __profcnt, | ||||
7 | struct timeval *__tvp, unsigned int __flags); | ||||
8 | |||||
9 | #endif /* _PROFIL_H */ |