From 728c24ff873375212e043814e397bad087a4a5e5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 28 Dec 2000 07:58:08 +0000 Subject: Update. * elf/dl-minimal.c: Add prototypes. * include/locale.h: Add internal prototypes. * include/sys/gmon.h: Likewise. --- include/sys/gmon.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/sys/gmon.h') 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 -- cgit v1.2.3