From: Ulrich Drepper Date: Fri, 8 Aug 1997 00:24:58 +0000 (+0000) Subject: Add prototype for write_profiling. X-Git-Tag: cvs/glibc-2_0_5pre2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d6495f9836d2a5c032be48d61dd8c578c237d4;p=thirdparty%2Fglibc.git Add prototype for write_profiling. --- 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_ */