]> www.infradead.org Git - linux.git/commit
tools/nolibc/sys: split the syscall definitions into their own file
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:18 +0000 (17:23 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 21 Apr 2022 00:05:43 +0000 (17:05 -0700)
commitbd8c8fbb866fe524b769a853f2b3525c227165fa
tree99781e7d671d16b8b5eda9d903218d2ef8e1c422
parent271661c1cde5ff47eb7af9946866cd66b70dc328
tools/nolibc/sys: split the syscall definitions into their own file

The syscall definitions were moved to sys.h. They were arranged
in a more easily maintainable order, whereby the sys_xxx() and xxx()
functions were grouped together, which also enlights the occasional
mappings such as wait relying on wait4().

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys.h [new file with mode: 0644]