This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 9/9] aarch64: Consolidate NPTL/non versions of vfork


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]