Re: [PATCH 1/1] syscalls: Fix references to filenames containing syscall defs

2019-11-04 Thread Valdis Klētnieks
On Mon, 04 Nov 2019 18:00:05 -0500, Mohammad Nasirifar said: > Fix stale references to files containing syscall definitions in > 'include/linux/syscalls.h' and 'include/uapi/asm-generic/unistd.h', > pointing to 'kernel/itimer.c', 'kernel/hrtimer.c', and 'kernel/time.c'. > They are now under

[PATCH 1/1] syscalls: Fix references to filenames containing syscall defs

2019-11-04 Thread Mohammad Nasirifar
Fix stale references to files containing syscall definitions in 'include/linux/syscalls.h' and 'include/uapi/asm-generic/unistd.h', pointing to 'kernel/itimer.c', 'kernel/hrtimer.c', and 'kernel/time.c'. They are now under 'kernel/time'. Also definitions of 'getpid', 'getppid', 'getuid',