Define the types iaddr_t and saddr_t for sparc64.
This commit is contained in:
parent
99d1d822a9
commit
8c33356c2c
@ -59,6 +59,10 @@ typedef int saddr_t; /* signed int same size as pointer */
|
||||
typedef unsigned long iaddr_t; /* unsigned int same size as pointer */
|
||||
typedef long saddr_t; /* signed int same size as pointer */
|
||||
#endif
|
||||
#ifdef __sparc64__
|
||||
typedef unsigned long iaddr_t; /* unsigned long same size as pointer */
|
||||
typedef long saddr_t; /* signed long same size as pointer */
|
||||
#endif
|
||||
|
||||
#include "zalloc_mem.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user