]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add prototype for write_profiling.
authorUlrich Drepper <drepper@redhat.com>
Fri, 8 Aug 1997 00:24:58 +0000 (00:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 8 Aug 1997 00:24:58 +0000 (00:24 +0000)
gmon/sys/gmon.h

index d963797cd2f0cdf1a328f6e3bc8eaed36d6e83b7..458779cca3acffdc585286075bd17b700b143942 100644 (file)
@@ -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_ */