From 7a415ec906fea2093ed822ee50bfb53fa233d603 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Sun, 28 Jul 2002 15:59:51 +0000 Subject: [PATCH] Revert the previous delta; uintfptr_t needs to be available to userland for libc/gmon to compile, so the typedef in isn't good enough. This is really ugly since we end up with the actual value which uintfptr_t is typedef'd from, in multiple places. This is bug for bug compatible with the other FreeBSD architectures. Noticed by: sparc64 tinderbox --- sys/sparc64/include/profile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sparc64/include/profile.h b/sys/sparc64/include/profile.h index 2c6872ca108..122fc87ff1f 100644 --- a/sys/sparc64/include/profile.h +++ b/sys/sparc64/include/profile.h @@ -37,6 +37,7 @@ #define FUNCTION_ALIGNMENT 32 typedef u_long fptrdiff_t; +typedef u_long uintfptr_t; #define MCOUNT \ void \