aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/memmove.c
AgeCommit message (Collapse)AuthorFilesLines
2021-02-09libc: Compile with -WextraAlexey Kardashevskiy1-1/+1
-Wextra enables a bunch of rather useful checks which this fixes. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> --- Changes: v2: * replaced cast to int with cast to size_t
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt1-0/+42
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>