mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
Add sparc64 ifdefs.
This commit is contained in:
parent
9f5bcb6350
commit
c57dee1fd1
1 changed files with 3 additions and 0 deletions
|
|
@ -80,6 +80,9 @@
|
|||
#elif __sparc__
|
||||
#define PTRDIFF_IS_LONG 0
|
||||
#define SIZEOF_IS_ULONG 0
|
||||
#elif __sparc64__
|
||||
#define PTRDIFF_IS_LONG 1
|
||||
#define SIZEOF_IS_ULONG 1
|
||||
#elif __vax__
|
||||
#define PTRDIFF_IS_LONG 0
|
||||
#define SIZEOF_IS_ULONG 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue