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 roland/nptl-ia64] IA64: Consolidate NPTL/non versions of vfork


On Wed 25 Jun 2014 13:04:09 Roland McGrath wrote:
> Not tested at all.  Based on rth's advice about the syntax and safety of a
> tail call to PLT.

i've made a one line fix (see below) and pushed.  thanks !

> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/ia64/pt-vfork.S
>
> +#if SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_20)
> +compat_symbol (libpthread, vfork_compat, vfork, GLIBC_2_0);
> +#endif

this was missing:
+weak_alias (vfork_compat, vfork)
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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