[newlib-cygwin/main] libgloss: i386: cygmon-gmon.c: add profil() prototype
Jeff Johnston
jjohnstn@sourceware.org
Mon Nov 3 20:33:20 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3d08865009e9b1fb59961a5f8a115dda0915471c
commit 3d08865009e9b1fb59961a5f8a115dda0915471c
Author: Vincent Mailhol <mailhol@kernel.org>
Date: Mon Nov 3 15:27:49 2025 -0500
libgloss: i386: cygmon-gmon.c: add profil() prototype
Diff:
---
libgloss/i386/cygmon-gmon.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libgloss/i386/cygmon-gmon.c b/libgloss/i386/cygmon-gmon.c
index ac3af30a6..7d0697852 100644
--- a/libgloss/i386/cygmon-gmon.c
+++ b/libgloss/i386/cygmon-gmon.c
@@ -68,6 +68,9 @@ static char sccsid[] = "@(#)gmon.c 5.3 (Berkeley) 5/22/91";
#include "cygmon-gmon.h"
+int profil(unsigned short *tampon, size_t taille_tampon,
+ size_t offset, unsigned int echelle);
+
/*
* froms is actually a bunch of unsigned shorts indexing tos
*/
More information about the Newlib-cvs
mailing list