tools/nolibc: use standard __asm__ statements
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 6 Apr 2023 21:54:47 +0000 (21:54 +0000)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 9 Jun 2023 18:46:07 +0000 (11:46 -0700)
commit7f291cfa90d7f95da11fe9aa7062344ddfce603a
tree149cb2327501796b46438fe16a355b03a841f543
parent3a8039e289a337aeaa9ad37f3fcd411d83fee983
tools/nolibc: use standard __asm__ statements

Most of the code was migrated to C99-conformant __asm__ statements
before. It seems string.h was missed.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/string.h
tools/testing/selftests/nolibc/nolibc-test.c