summaryrefslogtreecommitdiff
path: root/include/linux/stddef.h
AgeCommit message (Collapse)Author
2004-09-07[PATCH] Work around gcc 3.5 offsetof bugAndi Kleen
Current gcc 3.5 doesn't compile a x86-64 kernel, because it doesn't recognize the offsetof used in asm-offset.c to be constant. Use __builtin_offsetof for this instead. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2002-02-04Import changesetLinus Torvalds