Not only on x86_64. --- 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; -- 2.44.0