Tuesday, 1 October 2013

lowlevellock: robust_lock_wait function not found

lowlevellock: robust_lock_wait function not found

I downloaded and compiled the header which is used in pthread functions.
But one function is missing and that is *__lll_robust_lock_wait*. Now I
noticed that there is an assembly code header out there, . I downloaded
this and tried to compile it using the usual the compile command "as
lowlevelrobustlock.S" and I got nearly 100 compiler errors. Is there a
simpler version of the function I mentioned that will actually compile and
be useful?

No comments:

Post a Comment