New file, adds an internal prototype.
authorAndreas Jaeger <aj@suse.de>
Fri, 6 Apr 2001 15:22:21 +0000 (15:22 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 6 Apr 2001 15:22:21 +0000 (15:22 +0000)
include/sys/profil.h [new file with mode: 0644]

diff --git a/include/sys/profil.h b/include/sys/profil.h
new file mode 100644 (file)
index 0000000..7bf1700
--- /dev/null
@@ -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 */