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
This commit is contained in:
Mike Barcroft 2002-07-28 15:59:51 +00:00
parent c10b37bf7a
commit 7a415ec906

View file

@ -37,6 +37,7 @@
#define FUNCTION_ALIGNMENT 32
typedef u_long fptrdiff_t;
typedef u_long uintfptr_t;
#define MCOUNT \
void \