about summary refs log tree commit diff
path: root/include/sys/gmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/gmon.h')
-rw-r--r--include/sys/gmon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sys/gmon.h b/include/sys/gmon.h
index 987589fcfe..2e56188027 100644
--- a/include/sys/gmon.h
+++ b/include/sys/gmon.h
@@ -1 +1,7 @@
 #include <gmon/sys/gmon.h>
+
+/* Now define the internal interfaces.  */
+
+/* Write current profiling data to file.  */
+extern void __write_profiling __P ((void));
+extern void write_profiling __P ((void));