This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3 9/9] aarch64: Consolidate NPTL/non versions of vfork
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Richard Henderson <rth at twiddle dot net>
- Cc: GNU C Library <libc-alpha at sourceware dot org>, Richard Henderson <rth at redhat dot com>
- Date: Tue, 3 Jun 2014 10:00:53 +0100
- Subject: Re: [PATCH v3 9/9] aarch64: Consolidate NPTL/non versions of vfork
- Authentication-results: sourceware.org; auth=none
- References: <1401046909-25821-1-git-send-email-rth at twiddle dot net> <1401046909-25821-10-git-send-email-rth at twiddle dot net>
On 25 May 2014 20:41, Richard Henderson <rth@twiddle.net> wrote:
> From: Richard Henderson <rth@redhat.com>
>
> At the same time, incorporate the 0 -> 0x80000000 mapping
> of the pid expected by raise.c.
> ---
> sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S | 35 ----------------
> sysdeps/unix/sysv/linux/aarch64/pt-vfork.c | 54 +++++++++++++++++++++++++
> sysdeps/unix/sysv/linux/aarch64/vfork.S | 29 ++++++++-----
> 3 files changed, 74 insertions(+), 44 deletions(-)
> delete mode 100644 sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S
> create mode 100644 sysdeps/unix/sysv/linux/aarch64/pt-vfork.c
Look OK to me. /Marcus