Skip to content
Commit 7c5d249a authored by Paulo Marques's avatar Paulo Marques Committed by Sam Ravnborg
Browse files

kallsyms: remove usage of memmem and _GNU_SOURCE from scripts/kallsyms.c



The only in-kernel user of "memmem" is scripts/kallsyms.c and it only
uses it to find tokens that are 2 bytes in size. It is trivial to
replace it with a simple function that finds 2-byte tokens.

This should help users from systems that don't have the memmem GNU
extension available.

Signed-off-by: default avatarPaulo Marques <pmarques@grupopie.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent af332aa3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment