From: Pavel Roskin <proski@xxxxxxx> Signed-off-by: Pavel Roskin <proski@xxxxxxx> --- lib.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib.c b/lib.c index 81e756d..3f753f0 100644 --- a/lib.c +++ b/lib.c @@ -479,6 +479,7 @@ void declare_builtin_functions(void) add_pre_buffer("extern char *__builtin_strncpy(char *, const char *, __SIZE_TYPE__);\n"); add_pre_buffer("extern __SIZE_TYPE__ __builtin_strspn(const char *, const char *);\n"); add_pre_buffer("extern __SIZE_TYPE__ __builtin_strcspn(const char *, const char *);\n"); + add_pre_buffer("extern char * __builtin_strpbrk(const char *, const char *);\n"); /* And some random ones.. */ add_pre_buffer("extern void *__builtin_return_address(unsigned int);\n"); - 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