[PATCH] Consolidate set* Linux implementation

Adhemerval Zanella adhemerval.zanella@linaro.org
Mon Mar 27 17:03:00 GMT 2017



On 27/03/2017 12:35, Yury Norov wrote:
> Hi,
> 
> On Mon, Mar 27, 2017 at 11:47:53AM -0300, Adhemerval Zanella wrote:
>> This patch consolidates the Linux setegid, seteuid, setgid, setgroups,
>> setregid, setresgid, setresuid, setreuid, and setuid implementation on
>> default sysdeps/unix/sysv/linux/sh/set*.c implementation.  It basically
> 
> The path should probably be sysdeps/unix/sysv/linux/set*.c?

Yes indeed, I corrected it locally thanks.
> 
>> removes all the architecture define implementations and add support for
>> __NR_set*32 syscall on Linux default implementation.
>>
>> Checked on i686-linux-gnu, x86_64-linux-gnu, x86_64-linux-gnux32,
>> aarch64-linux-gnu, arm-linux-gnueabihf, and powerpc64le-linux-gnu.
> 
> Yury
> 



More information about the Libc-alpha mailing list