Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144974285
D55283.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
407 B
Referenced Files
None
Subscribers
None
D55283.id.diff
View Options
diff --git a/sys/sys/abi_types.h b/sys/sys/abi_types.h
--- a/sys/sys/abi_types.h
+++ b/sys/sys/abi_types.h
@@ -25,15 +25,11 @@
#endif
} freebsd32_uint64_t;
-#if __SIZEOF_LONG__ == 8
-#if defined __amd64__
+#if defined(__amd64__) || defined(__i386__)
typedef __int32_t time32_t;
#else
typedef __int64_t time32_t;
#endif
-#else
-typedef __int32_t time32_t;
-#endif
#define __HAVE_TIME32_T
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 15, 3:52 PM (5 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28717340
Default Alt Text
D55283.id.diff (407 B)
Attached To
Mode
D55283: sys/abi_types.h: time32_t is 64-bit on non-x86 architectures
Attached
Detach File
Event Timeline
Log In to Comment