blob: 7bf17003adf797d926448e6fe6ab699d321b2fcd [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#ifndef _PROFIL_H
2#include <gmon/sys/profil.h>
3
4/* Now define the internal interfaces. */
5
6extern int __sprofil (struct prof *__profp, int __profcnt,
7 struct timeval *__tvp, unsigned int __flags);
8
9#endif /* _PROFIL_H */