commit | 3c1c456f9b96c208c9dc9ad7aa3be36b8d488504 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <[email protected]> | Sun Mar 25 21:50:11 2018 +0200 |
committer | Dominik Brodowski <[email protected]> | Mon Apr 02 20:16:16 2018 +0200 |
tree | 9b2f3b05d8850eddc75b4de62e2f9ee8df278f41 | |
parent | 1bec510a9ebf00baa1aa8751e4a5d88b54efb748 [diff] |
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 <[email protected]> Cc: Andrew Morton <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>