]> git.baikalelectronics.ru Git - kernel.git/commit
syscalls: sort syscall prototypes in include/linux/syscalls.h
authorDominik Brodowski <linux@dominikbrodowski.net>
Sun, 25 Mar 2018 19:50:11 +0000 (21:50 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:16:16 +0000 (20:16 +0200)
commitfef60a2d3be8b67933b3c92d4fabae8db9700be2
tree9b2f3b05d8850eddc75b4de62e2f9ee8df278f41
parent60426d8303cd41f0c92f660934f2036cf54e5d7a
syscalls: sort syscall prototypes in include/linux/syscalls.h

Shuffle the syscall prototypes in include/linux/syscalls.h around so
that they are kept in the same order as in
include/uapi/asm-generic/unistd.h. The individual entries are kept
the same, and neither modified to bring them in line with kernel coding
style nor wrapped in proper ifdefs.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
include/linux/syscalls.h