From: Arnaldo Carvalho de Melo Date: Thu, 17 Dec 2020 18:48:06 +0000 (-0300) Subject: tools headers UAPI: Update asm-generic/unistd.h X-Git-Tag: v5.11-rc1~49^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b53d4872d2cfbce117abedee2a29a93e624e4e32;p=thirdparty%2Fkernel%2Flinux.git tools headers UAPI: Update asm-generic/unistd.h Just a comment change, trivial. Cc: Adrian Hunter Cc: Ian Rogers Cc: Jiri Olsa Cc: Namhyung Kim Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/include/uapi/asm-generic/unistd.h b/tools/include/uapi/asm-generic/unistd.h index 2056318988f77..fc48c64700eb8 100644 --- a/tools/include/uapi/asm-generic/unistd.h +++ b/tools/include/uapi/asm-generic/unistd.h @@ -517,7 +517,7 @@ __SC_COMP(__NR_settimeofday, sys_settimeofday, compat_sys_settimeofday) __SC_3264(__NR_adjtimex, sys_adjtimex_time32, sys_adjtimex) #endif -/* kernel/timer.c */ +/* kernel/sys.c */ #define __NR_getpid 172 __SYSCALL(__NR_getpid, sys_getpid) #define __NR_getppid 173