summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-07-28 15:59:51 +0000
committermike <mike@FreeBSD.org>2002-07-28 15:59:51 +0000
commit99cfb0b9e98b83a041ad0e917abebdeab40d958b (patch)
tree66b3e7a051678e85e46dd3d32c1cf5e808b57f0b
parent391a69a94dec4efb0008e3563a26d371d1f5e856 (diff)
downloadFreeBSD-src-99cfb0b9e98b83a041ad0e917abebdeab40d958b.zip
FreeBSD-src-99cfb0b9e98b83a041ad0e917abebdeab40d958b.tar.gz
Revert the previous delta; uintfptr_t needs to be available to
userland for libc/gmon to compile, so the typedef in <machine/types.h> 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
-rw-r--r--sys/sparc64/include/profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/include/profile.h b/sys/sparc64/include/profile.h
index 2c6872c..122fc87 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 \
OpenPOWER on IntegriCloud