Page MenuHomeFreeBSD

D55161.diff
No OneTemporary

D55161.diff

diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -649,7 +649,7 @@
#endif
#if !__has_builtin(__builtin_align_down)
#define __builtin_align_down(x, align) \
- ((__typeof__(x))((x)&(~((align)-1))))
+ ((__typeof__(x))((__uintptr_t)(x)&(~((align)-1))))
#endif
#define __align_up(x, y) __builtin_align_up(x, y)

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 8, 7:50 PM (10 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28470204
Default Alt Text
D55161.diff (358 B)

Event Timeline