Manual typos: Low-Level Terminal Interface
[glibc.git] / include / sys / gmon.h
blob30889d8bc38847e90973192c7da9e1989d399b65
1 #ifndef _SYS_GMON_H
2 #include <gmon/sys/gmon.h>
4 # ifndef _ISOMAC
6 /* Now define the internal interfaces. */
8 /* Write current profiling data to file. */
9 extern void __write_profiling (void);
10 extern void write_profiling (void);
12 struct __bb;
13 extern void __bb_init_func (struct __bb *bb);
14 extern void __bb_exit_func (void);
16 extern struct gmonparam _gmonparam attribute_hidden;
18 # endif /* !_ISOMAC */
19 #endif