From c9d6495f9836d2a5c032be48d61dd8c578c237d4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 8 Aug 1997 00:24:58 +0000 Subject: [PATCH] Add prototype for write_profiling. --- gmon/sys/gmon.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gmon/sys/gmon.h b/gmon/sys/gmon.h index d963797cd2f..458779cca3a 100644 --- a/gmon/sys/gmon.h +++ b/gmon/sys/gmon.h @@ -174,6 +174,10 @@ void monstartup __P ((u_long lowpc, u_long highpc)); /* Clean up profiling and write out gmon.out. */ void _mcleanup __P ((void)); +/* Write current profiling data to file. */ +void __write_profiling __P ((void)); +void write_profiling __P ((void)); + __END_DECLS #endif /* !_SYS_GMON_H_ */ -- 2.47.2