From 0fce0a75e76fd9965dc5a868ac84e7e3adb86b71 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Sat, 23 Mar 2024 14:53:15 +0300 Subject: Make long & friends 64-bit on 64-bit platforms Not only on x86_64. Message-ID: <20240323115322.69075-3-bugaevc@gmail.com> --- hurd/hurd_types.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 9f176fef..0086d139 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -425,7 +425,7 @@ type flock_t = struct { }; type unsigned_int = uint32_t; -#if defined(__x86_64__) +#if defined(__LP64__) type long = int64_t; type unsigned_long = uint64_t; -- cgit v1.2.3