]> git.baikalelectronics.ru Git - kernel.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)
commit27c2a57d8297454f2e3a7126a12ca6385683f7ac
tree99781e7d671d16b8b5eda9d903218d2ef8e1c422
parentf86dfb4609e7b0e1ce226b22be78df7a76a56dc9
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]