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, 24 Feb 2022 17:56:44 +0000 (09:56 -0800)
commit4ca9173ed4a02c3b03eee557ccdfb2d30f7e4391
treef7bf24e2486827149984f99aa4ae426997e90804
parent14743819487e52a8cd76a99c512de602985bf34a
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]