1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

New file, adds an internal prototype.

This commit is contained in:
Andreas Jaeger
2001-04-06 15:22:21 +00:00
parent 5e01438702
commit bc025a8adf

9
include/sys/profil.h Normal file
View File

@@ -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 */