OSDN Git Service

rcutorture: Import a copy of nolibc
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Sep 2018 11:26:04 +0000 (13:26 +0200)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 9 Nov 2018 05:52:55 +0000 (21:52 -0800)
commit66b6f755ad45d354c5b74abd258f67aa8b40b3c7
treece37f56aa9ed833c0e8943b6670bcdb18df256bb
parent825fa4cdfb10d8cbf784ebdadd6d5d93130a0cb5
rcutorture: Import a copy of nolibc

This is a definition of the most common syscalls needed in minimalist
init executables, allowing to statically build them with no external
dependencies. It is sufficient in its current form to build rcutorture's
init on x86_64, i386, arm, and arm64. Others have not been ported or
tested. Updates may be found here :

     http://git.formilux.org/?p=people/willy/nolibc.git

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/nolibc.h [new file with mode: 0644]