This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]
- From: Florian Weimer <fweimer at redhat dot com>
- To: Aurelien Jarno <aurelien at aurel32 dot net>
- Cc: libc-alpha at sourceware dot org, Richard Henderson <rth at twiddle dot net>
- Date: Tue, 10 Sep 2019 13:20:08 +0200
- Subject: Re: [PATCH] alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]
- References: <20190910105331.25628-1-aurelien@aurel32.net>
* Aurelien Jarno:
> Changelog:
> [BZ #24986]
> * sysdeps/unix/alpha/getegid.S: Move to ...
> * sysdeps/unix/sysv/linux/alpha/getegid.S: ... here.
> * sysdeps/unix/alpha/geteuid.S: Move to ...
> * sysdeps/unix/sysv/linux/alpha/geteuid.S: ... here.
> * sysdeps/unix/alpha/getppid.S: Move to ...
> * sysdeps/unix/sysv/linux/alpha/getppid.S: ... here
Looks reasonable to me.
Thanks,
Florian