tools headers UAPI: Update asm-generic/unistd.h

Just a comment change, trivial.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent f93c789a
...@@ -517,7 +517,7 @@ __SC_COMP(__NR_settimeofday, sys_settimeofday, compat_sys_settimeofday) ...@@ -517,7 +517,7 @@ __SC_COMP(__NR_settimeofday, sys_settimeofday, compat_sys_settimeofday)
__SC_3264(__NR_adjtimex, sys_adjtimex_time32, sys_adjtimex) __SC_3264(__NR_adjtimex, sys_adjtimex_time32, sys_adjtimex)
#endif #endif
/* kernel/timer.c */ /* kernel/sys.c */
#define __NR_getpid 172 #define __NR_getpid 172
__SYSCALL(__NR_getpid, sys_getpid) __SYSCALL(__NR_getpid, sys_getpid)
#define __NR_getppid 173 #define __NR_getppid 173
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment