]> 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)
commit5170582ea812f5bc00e8daac568f632118f8b9bc
tree9b2f3b05d8850eddc75b4de62e2f9ee8df278f41
parenta4cdb9ceace30248e33e8846ef3fd640627e9d4c
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