New file, adds an internal prototype.

This commit is contained in:
Andreas Jaeger 2001-04-06 15:22:21 +00:00
parent 5e01438702
commit bc025a8adf

9
include/sys/profil.h Normal file
View File

@ -0,0 +1,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 */