mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
xlint: add arm64 #define
Submitted by: andrew@ Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2162d4f09e
commit
42a8247119
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280218
@ -95,6 +95,9 @@
|
||||
#elif __mips__
|
||||
#define PTRDIFF_IS_LONG 0
|
||||
#define SIZEOF_IS_ULONG 0
|
||||
#elif __aarch64__
|
||||
#define PTRDIFF_IS_LONG 1
|
||||
#define SIZEOF_IS_ULONG 1
|
||||
#else
|
||||
#error unknown machine type
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user