summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/_types.h
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-03-10 17:39:05 +0000
committergad <gad@FreeBSD.org>2004-03-10 17:39:05 +0000
commit00c5ffa497092bd581229d5fd3b528109c576293 (patch)
tree025c15a211ee89fb04e544ed967ea9b57d47647c /sys/sparc64/include/_types.h
parent2e2fb4f5949535ed00caae610cae0611f2bb1735 (diff)
downloadFreeBSD-src-00c5ffa497092bd581229d5fd3b528109c576293.zip
FreeBSD-src-00c5ffa497092bd581229d5fd3b528109c576293.tar.gz
Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64
only. This is a MAJOR incompatible change for the sparc64 platform, but will not effect FreeBSD on other architectures. Reviewed by: imp for UPDATING, freebsd-sparc for the change itself.
Diffstat (limited to 'sys/sparc64/include/_types.h')
-rw-r--r--sys/sparc64/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/_types.h b/sys/sparc64/include/_types.h
index 933a7a3..5c9ceec 100644
--- a/sys/sparc64/include/_types.h
+++ b/sys/sparc64/include/_types.h
@@ -74,7 +74,7 @@ typedef __int64_t __register_t;
typedef __int64_t __segsz_t; /* segment size (in pages) */
typedef __uint64_t __size_t; /* sizeof() */
typedef __int64_t __ssize_t; /* byte count or error */
-typedef __int32_t __time_t; /* time()... */
+typedef __int64_t __time_t; /* time()... */
typedef __uint64_t __uintfptr_t;
typedef __uint64_t __uintmax_t;
typedef __uint64_t __uintptr_t;
OpenPOWER on IntegriCloud