diff options
author | Andreas Jaeger <aj@suse.de> | 2001-04-06 15:22:21 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-04-06 15:22:21 +0000 |
commit | bc025a8adf0aa5d418751c92a75d5733125322a5 (patch) | |
tree | abe208a4be3f1c7fa74199300312ff5077051b36 /include | |
parent | 5e01438702688db6e26eab8aee262924c7065ecc (diff) | |
download | glibc-bc025a8adf0aa5d418751c92a75d5733125322a5.zip glibc-bc025a8adf0aa5d418751c92a75d5733125322a5.tar.gz glibc-bc025a8adf0aa5d418751c92a75d5733125322a5.tar.bz2 |
New file, adds an internal prototype.
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/profil.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/sys/profil.h b/include/sys/profil.h new file mode 100644 index 0000000..7bf1700 --- /dev/null +++ b/include/sys/profil.h @@ -0,0 +1,9 @@ +#ifndef _PROFIL_H +#include <gmon/sys/profil.h> + +/* Now define the internal interfaces. */ + +extern int __sprofil (struct prof *__profp, int __profcnt, + struct timeval *__tvp, unsigned int __flags); + +#endif /* _PROFIL_H */ |