]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - gmon/sys/gmon.h
Update.
[thirdparty/glibc.git] / gmon / sys / gmon.h
index 8368ca1ce3ab7660937b233a21ef94ae45437cce..930729e7fc22c35506f6d24afb00dfb7a04ebc5a 100644 (file)
@@ -175,6 +175,10 @@ extern void monstartup __P ((u_long __lowpc, u_long __highpc));
 /* Clean up profiling and write out gmon.out.  */
 extern void _mcleanup __P ((void));
 
+/* Write current profiling data to file.  */
+extern void __write_profiling __P ((void));
+extern void write_profiling __P ((void));
+
 __END_DECLS
 
 #endif /* sys/gmon.h */