aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
diff options
context:
space:
mode:
authorRyan Libby <rlibby@FreeBSD.org>2026-05-08 19:37:24 +0000
committerRyan Libby <rlibby@FreeBSD.org>2026-05-08 19:37:24 +0000
commit94323513dd5070bf1fc3c191c560bd7e17da8931 (patch)
treed4566f2b099264b6084ccc93f8710f2d4cd79540 /sys/x86
parentd9b272a19d39f71665b529860bfed731bcfd99f5 (diff)
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/include/_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/x86/include/_types.h b/sys/x86/include/_types.h
index b33dc0bfc7af..2630af1257c7 100644
--- a/sys/x86/include/_types.h
+++ b/sys/x86/include/_types.h
@@ -71,10 +71,12 @@ 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
#else
typedef __int32_t __register_t;
typedef __int32_t __segsz_t;
typedef __int32_t __time_t;
+#define __SIZEOF_TIME_T __SIZEOF_INT32_T
#endif
typedef __uint32_t __uint_fast8_t;
typedef __uint32_t __uint_fast16_t;