diff options
| author | Ryan Libby <rlibby@FreeBSD.org> | 2026-05-08 19:37:24 +0000 |
|---|---|---|
| committer | Ryan Libby <rlibby@FreeBSD.org> | 2026-05-08 19:37:24 +0000 |
| commit | 94323513dd5070bf1fc3c191c560bd7e17da8931 (patch) | |
| tree | d4566f2b099264b6084ccc93f8710f2d4cd79540 /sys/arm64 | |
| parent | d9b272a19d39f71665b529860bfed731bcfd99f5 (diff) | |
Diffstat (limited to 'sys/arm64')
| -rw-r--r-- | sys/arm64/include/_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/include/_types.h b/sys/arm64/include/_types.h index 98f7dea67520..c46f64b2b252 100644 --- a/sys/arm64/include/_types.h +++ b/sys/arm64/include/_types.h @@ -55,6 +55,7 @@ typedef __int64_t __int_fast64_t; typedef __int64_t __register_t; typedef __int64_t __segsz_t; /* segment size (in pages) */ typedef __int64_t __time_t; /* time()... */ +#define __SIZEOF_TIME_T __SIZEOF_INT64_T typedef __uint32_t __uint_fast8_t; typedef __uint32_t __uint_fast16_t; typedef __uint32_t __uint_fast32_t; |
