Re: [PATCH] syscalls: Update the syscall #defines to match uapi

From: Andy Lutomirski
Date: Sun Aug 11 2019 - 20:00:59 EST


On Fri, Aug 9, 2019 at 6:11 PM Alistair Francis
<alistair.francis@xxxxxxx> wrote:
>
> Update the #defines around sys_fstat64() and sys_fstatat64() to match
> the #defines around the __NR3264_fstatat and __NR3264_fstat definitions
> in include/uapi/asm-generic/unistd.h. This avoids compiler failures if
> one is defined.

What do you mean by "if one is defined"?

The patch seems like it's probably okay, but I can't understand the changelog.

--Andy