diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 13:32:13 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 13:32:13 +0000 |
| commit | 027e3e1b0dbfeb206001c44693d476124453cc2b (patch) | |
| tree | bff947a4cc3b6089bad71dcc1b7890124f97746a /lib/libstand | |
| parent | c1b2de5af0f771d4e9c317442df697a61e929569 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/zalloc_defs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h index efde5b5b38b6..668f785f99cd 100644 --- a/lib/libstand/zalloc_defs.h +++ b/lib/libstand/zalloc_defs.h @@ -61,7 +61,10 @@ typedef long saddr_t; /* signed long same size as pointer */ typedef unsigned long iaddr_t; /* unsigned long same size as pointer */ typedef long saddr_t; /* signed long same size as pointer */ #endif - +#ifdef __arm__ +typedef unsigned long iaddr_t; /* unsigned int same size as pointer */ +typedef int saddr_t; /* signed int same size as pointer */ +#endif #include "zalloc_mem.h" #define Prototype extern |
