Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142697644
D26196.id76249.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
619 B
Referenced Files
None
Subscribers
None
D26196.id76249.diff
View Options
Index: sys/contrib/openzfs/lib/libspl/include/limits.h
===================================================================
--- sys/contrib/openzfs/lib/libspl/include/limits.h
+++ sys/contrib/openzfs/lib/libspl/include/limits.h
@@ -29,12 +29,16 @@
#ifndef _LIBSPL_LIMITS_H
#define _LIBSPL_LIMITS_H
+#ifndef DBL_DIG
#define DBL_DIG 15
#define DBL_MAX 1.7976931348623157081452E+308
#define DBL_MIN 2.2250738585072013830903E-308
+#endif
+#ifndef FLT_DIG
#define FLT_DIG 6
#define FLT_MAX 3.4028234663852885981170E+38F
#define FLT_MIN 1.1754943508222875079688E-38F
+#endif
#endif /* _LIBSPL_LIMITS_H */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 23, 9:05 AM (19 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27881715
Default Alt Text
D26196.id76249.diff (619 B)
Attached To
Mode
D26196: Fix -Werror,-Wmacro-redefined when building with CROSS_TOOLCHAIN=llvm10
Attached
Detach File
Event Timeline
Log In to Comment