Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxx> --- Recent versions of Linux started using this extension, so sparse needs this fix to avoid parse errors. lib.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib.c b/lib.c index feb755a..023036d 100644 --- a/lib.c +++ b/lib.c @@ -465,6 +465,7 @@ void declare_builtin_functions(void) /* And some random ones.. */ add_pre_buffer("extern void *__builtin_return_address(unsigned int);\n"); + add_pre_buffer("extern void *__builtin_extract_return_addr(void *);\n"); add_pre_buffer("extern void *__builtin_frame_address(unsigned int);\n"); add_pre_buffer("extern void __builtin_trap(void);\n"); add_pre_buffer("extern int __builtin_ffs(int);\n"); -- 1.4.1.1 - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html