proto; felix@mamba.pond.sub.org
authorderaadt <deraadt@openbsd.org>
Thu, 30 Jan 1997 05:05:00 +0000 (05:05 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 30 Jan 1997 05:05:00 +0000 (05:05 +0000)
lib/libc/gmon/mcount.c

index f544ad1..b81962d 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #if !defined(lint) && !defined(_KERNEL) && defined(LIBC_SCCS)
-static char rcsid[] = "$OpenBSD: mcount.c,v 1.4 1996/08/19 08:28:04 tholo Exp $";
+static char rcsid[] = "$OpenBSD: mcount.c,v 1.5 1997/01/30 05:05:00 deraadt Exp $";
 #endif
 
 #include <sys/param.h>
@@ -53,6 +53,7 @@ static char rcsid[] = "$OpenBSD: mcount.c,v 1.4 1996/08/19 08:28:04 tholo Exp $"
  * both frompcindex and frompc.  Any reasonable, modern compiler will
  * perform this optimization.
  */
+_MCOUNT_DECL __P((u_long frompc, u_long selfpc));
 _MCOUNT_DECL(frompc, selfpc)   /* _mcount; may be static, inline, etc */
        register u_long frompc, selfpc;
 {