repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
sys
/
gmon.h
blob
492d853f8ea933763392222f9dfc033ae254059f
1
#ifndef _SYS_GMON_H
2
#include <gmon/sys/gmon.h>
3
4
/* Now define the internal interfaces. */
5
6
/* Write current profiling data to file. */
7
extern
void
__write_profiling
__P
((
void
));
8
extern
void
write_profiling
__P
((
void
));
9
#endif