tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
authorAmmar Faizi <ammarfaizi2@gnuweeb.org>
Sat, 2 Sep 2023 13:35:05 +0000 (20:35 +0700)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 12 Oct 2023 19:14:03 +0000 (21:14 +0200)
commitbc61614de044fe298b5f8ba0876bb6f3294c2644
tree93c62572ab7ad7ab4279978159c0c8ad6e004e28
parent5dfc79b20e467f59878c86e9203c5c291d496b45
tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function

This function is only called by memcpy(), there is no real reason to
have this wrapper. Delete this function and move the code to memcpy()
directly.

Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Reviewed-by: Alviro Iskandar Setiawan <alviro.iskandar@gnuweeb.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/string.h