summaryrefslogtreecommitdiff
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 c95cb3c355..d994dd5e97 100644
--- a/include/sys/gmon.h
+++ b/include/sys/gmon.h
@@ -6,4 +6,10 @@
/* Write current profiling data to file. */
extern void __write_profiling (void);
extern void write_profiling (void);
+
+struct __bb;
+extern void __bb_init_func (struct __bb *bb);
+extern void __bb_exit_func (void);
+
+
#endif