2000-10-13 Michael Fedrowitz <michael@fedrowitz.de>
[glibc.git] / include / sys / gmon.h
blobc95cb3c35541b2aa3670fc970f6346d35bde2349
1 #ifndef _SYS_GMON_H
2 #include <gmon/sys/gmon.h>
4 /* Now define the internal interfaces. */
6 /* Write current profiling data to file. */
7 extern void __write_profiling (void);
8 extern void write_profiling (void);
9 #endif