mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add sparc64 ifdefs.
This commit is contained in:
parent
9f5bcb6350
commit
c57dee1fd1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91977
@ -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 New Issue
Block a user