hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame include/sys/profil.h

Packit 6c4009
#ifndef _PROFIL_H
Packit 6c4009
#include <gmon/sys/profil.h>
Packit 6c4009
Packit 6c4009
# ifndef _ISOMAC
Packit 6c4009
Packit 6c4009
/* Now define the internal interfaces.  */
Packit 6c4009
Packit 6c4009
extern int __sprofil (struct prof *__profp, int __profcnt,
Packit 6c4009
		      struct timeval *__tvp, unsigned int __flags);
Packit 6c4009
Packit 6c4009
# endif /* !_ISOMAC */
Packit 6c4009
#endif /* _PROFIL_H */