Document use of CC and CFLAGS in more detail (bug 20980, bug 21234).
[glibc.git] / include / sys / gmon.h
blob06b07fb2a5ae79f633f7237e544cfc341b5eb87e
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 extern struct gmonparam _gmonparam attribute_hidden;
14 # endif /* !_ISOMAC */
15 #endif