From: Andreas Jaeger Date: Fri, 6 Apr 2001 15:22:21 +0000 (+0000) Subject: New file, adds an internal prototype. X-Git-Tag: upstream/2.30~23290 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc025a8adf0aa5d418751c92a75d5733125322a5;p=external%2Fglibc.git New file, adds an internal prototype. --- 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 + +/* Now define the internal interfaces. */ + +extern int __sprofil (struct prof *__profp, int __profcnt, + struct timeval *__tvp, unsigned int __flags); + +#endif /* _PROFIL_H */