initial version
This commit is contained in:
6
mach/i386/libsys/profil.c
Normal file
6
mach/i386/libsys/profil.c
Normal file
@@ -0,0 +1,6 @@
|
||||
profil(buff, bufsiz, offset, scale)
|
||||
char *buff;
|
||||
int (*offset)();
|
||||
{
|
||||
_profil(buff, bufsiz, offset, scale, 7262);
|
||||
}
|
||||
Reference in New Issue
Block a user