This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] hppa build failure with tls and lowlevellock.h


On Dec 5, 2007 7:23 PM, Jeff Bailey <jbailey@raspberryginger.com> wrote:
> It turns out the reason we fail and others don't is that we use an
> inline function (so it's parsed right away) and everyone else uses a
> #define.  You're probably still right that the include is unnecessary,
> but in the meantime this aligns us with everyone else and allows the
> build to continue.
>
> Okay to commit?
>
> 2007-12-05  Jeff Bailey  <jeffbailey@google.com>
>
>         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
>            (__lll_unlock): Use define instead of inline function.
>            (__lll_robust_unlock): Likewise.

Great sleuthing. OK to commit.

Cheers,
Carlos.


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