profil.h 270 B

123456789101112
  1. #ifndef _PROFIL_H
  2. #include <gmon/sys/profil.h>
  3. # ifndef _ISOMAC
  4. /* Now define the internal interfaces. */
  5. extern int __sprofil (struct prof *__profp, int __profcnt,
  6. struct timeval *__tvp, unsigned int __flags);
  7. # endif /* !_ISOMAC */
  8. #endif /* _PROFIL_H */