mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
New file, adds an internal prototype.
This commit is contained in:
parent
5e01438702
commit
bc025a8adf
9
include/sys/profil.h
Normal file
9
include/sys/profil.h
Normal 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 */
|
Loading…
Reference in New Issue
Block a user