From bc025a8adf0aa5d418751c92a75d5733125322a5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 6 Apr 2001 15:22:21 +0000 Subject: [PATCH] New file, adds an internal prototype. --- include/sys/profil.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/sys/profil.h diff --git a/include/sys/profil.h b/include/sys/profil.h new file mode 100644 index 0000000000..7bf17003ad --- /dev/null +++ b/include/sys/profil.h @@ -0,0 +1,9 @@ +#ifndef _PROFIL_H +#include + +/* Now define the internal interfaces. */ + +extern int __sprofil (struct prof *__profp, int __profcnt, + struct timeval *__tvp, unsigned int __flags); + +#endif /* _PROFIL_H */ -- 2.43.5