blob: 492d853f8ea933763392222f9dfc033ae254059f (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef _SYS_GMON_H
#include <gmon/sys/gmon.h>
/* Now define the internal interfaces. */
/* Write current profiling data to file. */
extern void __write_profiling __P ((void));
extern void write_profiling __P ((void));
#endif
|