This is the mail archive of the libc-help@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: need to use lll_futex_wake_unlock in new code for glibc 2.4


Ok, here is a better question... I see that lll_futex_wake_unlock is defined in for example "nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h". I'm building code that has lll_futex_wake_unlock() for x86_64. I'm guessing my build fails because lll_futex_wake_unlock is not defined in "nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h". What would be the difference from the sparc code for lll_futex_wake_unlock to the equivalent x86_64 code? Can I add the same sparc definition code for that function to "x86_64/lowlevellock.h"?

Thanks,

Daniel



----- Original Message ----
From: Carlos O'Donell <carlos@systemhalted.org>
To: Daniel De La Zerda <danieldelazerda@gmail.com>
Cc: libc-help@sourceware.org
Sent: Friday, April 3, 2009 7:20:37 AM
Subject: Re: need to use lll_futex_wake_unlock in new code for glibc 2.4

On Tue, Mar 31, 2009 at 1:41 PM, Daniel De La Zerda
<ddelazerda007@yahoo.com> wrote:
> Anybody?

Please post code, specific examples, and build error messages.

Cheers,
Carlos.



      


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