Skip to content

Commit

Permalink
New file, adds an internal prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Jaeger committed Apr 6, 2001
1 parent 5e01438 commit bc025a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions include/sys/profil.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit bc025a8

Please sign in to comment.