Commit 27a59a65 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

Syscall tables: fix typos

Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 30a5b1f4
#
# System calls table, please make sure the table consist only the syscalls
# really used somewhere in project.
# System calls table, please make sure the table consists of only the syscalls
# really used somewhere in the project.
#
# The template is (name and arguments are optinal if you need only __NR_x
# defined, but no realy entry point in syscalls lib).
# The template is (name and arguments are optional if you need only __NR_x
# defined, but no real entry point in syscalls lib).
#
# name/alias code64 code32 arguments
# -----------------------------------------------------------------------
......
#
# System calls table, please make sure the table consist only the syscalls
# really used somewhere in project.
# System calls table, please make sure the table consists of only the syscalls
# really used somewhere in the project.
#
# The template is (name and srguments are optinal if you need only __NR_x
# defined, but no realy entry point in syscalls lib).
# The template is (name and arguments are optional if you need only __NR_x
# defined, but no real entry point in syscalls lib).
#
# name code name arguments
# -----------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment