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/powerpc | |
| parent | d9b272a19d39f71665b529860bfed731bcfd99f5 (diff) | |
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/include/_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h index 33cc6e731b50..746f9a4837c6 100644 --- a/sys/powerpc/include/_types.h +++ b/sys/powerpc/include/_types.h @@ -66,6 +66,7 @@ typedef __int32_t __register_t; typedef __int32_t __segsz_t; /* segment size (in pages) */ #endif 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; |
