HomeFreeBSD

stand: aarch64 has different nlinks than amd64

Description

stand: aarch64 has different nlinks than amd64

Some typedefs are system dependent, so move them into stat_arch.h where
they are used. On amd64, nlinks is a int64_t, while on aarch64 it's an
int (or int32_t).

Sponsored by: Netflix

Details

Provenance
impAuthored on Dec 4 2022, 5:46 AM
Parents
rGe15d8f238461: Updates to UFS/FFS superblock integrity checks when reading a superblock.
Branches
Unknown
Tags
Unknown