summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-11-15 22:35:34 +0000
committerpeter <peter@FreeBSD.org>2002-11-15 22:35:34 +0000
commitf6a3bf652e758a8cefae941e1c7524063813016c (patch)
tree475abb20c11b5931e089beddf236724d05d4f490
parentdc6f79131dbc744f18d1c2acd2566bf6ac93f6c0 (diff)
downloadFreeBSD-src-f6a3bf652e758a8cefae941e1c7524063813016c.zip
FreeBSD-src-f6a3bf652e758a8cefae941e1c7524063813016c.tar.gz
Test the water. Make time_t long (64 bit) on ia64 since we do not have
to worry about ABI vs released systems yet. This is mostly transparent since there is no significant exposure in the syscall interface. The things that go wrong are mostly userland stuff - time(&intvariable). Reviewed by: dfr, marcel Approved by: re (jhb)
-rw-r--r--sys/ia64/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/_types.h b/sys/ia64/include/_types.h
index c13787e..db41815 100644
--- a/sys/ia64/include/_types.h
+++ b/sys/ia64/include/_types.h
@@ -72,7 +72,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