Skip to content
Commit 8d0dd23c authored by Tal Zussman's avatar Tal Zussman Committed by Arnd Bergmann
Browse files

syscalls: Fix file comments for syscalls implemented in kernel/sys.c



The relevant syscalls were previously moved from kernel/timer.c to kernel/sys.c,
but the comments weren't updated to reflect this change.

Fixing these comments messes up the alphabetical ordering of syscalls by
filename. This could be fixed by merging the two groups of kernel/sys.c syscalls,
but that would require reordering the syscalls and renumbering them to maintain
the numerical order in unistd.h.

Signed-off-by: default avatarTal Zussman <tz2294@columbia.edu>
Link: https://lore.kernel.org/r/20201112215657.GA4539@charmander'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent caabdd0f
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